*** ./Makefile.in.ORIG Mon Mar 18 17:38:39 2013 --- ./Makefile.in Mon Mar 18 17:38:46 2013 *************** *** 17,24 **** DEFS = @DEFS@ # Revised by JBV ! #CFLAGS = -O ! CFLAGS = -g -ansi # Revised by JBV #LDFLAGS = -s --- 17,24 ---- DEFS = @DEFS@ # Revised by JBV ! CFLAGS = -O ! #CFLAGS = -g -ansi # Revised by JBV #LDFLAGS = -s *** ./bwbasic.h.ORIG Mon Mar 18 17:39:56 2013 --- ./bwbasic.h Mon Mar 18 17:40:10 2013 *************** *** 1103,1109 **** #if MKDIR_ONE_ARG extern int mkdir( char *path ); #else ! extern int mkdir( char *path, unsigned short permissions ); #endif /* JBV */ #endif #endif --- 1103,1109 ---- #if MKDIR_ONE_ARG extern int mkdir( char *path ); #else ! extern int mkdir( char *path, unsigned int permissions ); #endif /* JBV */ #endif #endif