Changeset 41 for abuse/trunk/src
- Timestamp:
- Mar 2, 2008, 1:12:38 AM (15 years ago)
- Location:
- abuse/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk
- Property svn:ignore
-
old new 4 4 config.log 5 5 config.status 6 config.h.in 7 config.h 6 8 aclocal.m4 7 9 configure 8 10 libtool 11 stamp-h1 9 12 abuse-sdl.6
-
- Property svn:ignore
-
abuse/trunk/src/cache.cpp
r39 r41 1 #include "config.h" 2 3 #if (defined(__MACH__) || !defined(__APPLE__)) 4 #include <sys/stat.h> 5 #endif 6 7 #include <fcntl.h> 8 1 9 #include "cache.hpp" 2 10 #include "lisp.hpp" … … 14 22 #include "specache.hpp" 15 23 16 #if (defined(__MACH__) || !defined(__APPLE__))17 #include <sys/stat.h>18 #endif19 20 #include <fcntl.h>21 24 char lfname[100]=""; // name of compiled lisp code cache file 22 25 -
abuse/trunk/src/sdlport/setup.cpp
r39 r41 4 4 * by Anthony Kruize 5 5 ************************/ 6 7 #include "config.h" 6 8 7 9 #include <stdio.h> … … 19 21 #endif /* __APPLE__ */ 20 22 #endif /* HAVE_OPENGL */ 23 21 24 #include "specs.hpp" 22 25 #include "keys.hpp" -
abuse/trunk/src/setup.cpp
r39 r41 1 #include "config.h" 2 1 3 #ifdef __WATCOMC__ 2 4
Note: See TracChangeset
for help on using the changeset viewer.