Skip to content

Commit

Permalink
Eliminate question mark names for Windoze
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/ucblogo/code@198 fc4ef4ee-df3e-0410-84de-fb01f5d6c4f7
  • Loading branch information
chou86_e committed Sep 13, 2008
1 parent c68c4d8 commit 063fd0f
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 100 deletions.
Binary file removed CHANGES
Binary file not shown.
Binary file removed DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion INSTALL

This file was deleted.

4 changes: 4 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

To build Logo under *nix, do this:
./configure
make

The executable file in this distribution includes libraries from the
wxWidgets project (www.wxwidgets.org). The Microsoft Windows version
is distributed with runtime library mingwm10.dll, from the MinGW project
Expand Down
4 changes: 2 additions & 2 deletions files.c
Original file line number Diff line number Diff line change
Expand Up @@ -447,14 +447,14 @@ void silent_load(NODE *arg, char *prefix) {
getstrptr(arg), getstrlen(arg));
if (prefix == NULL)
strcat(load_path, ".lg");
#ifdef WIN32
/* #ifdef WIN32 */
else if (arg != NIL) {
char *cp;
for (cp = load_path; *cp != '\0'; cp++)
if (*cp == '?') *cp = 'Q';
}
/* strcpy(load_path, eight_dot_three(load_path)); */
#endif
/* #endif */
}
tmp_stream = loadstream;
tmp_line = current_line;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
97 changes: 0 additions & 97 deletions makefile.old

This file was deleted.

0 comments on commit 063fd0f

Please sign in to comment.