blob: e2c33d2ce999c97bf85fe36c57d37b55018a6ee8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- system.h.orig 2011-01-02 19:23:38 UTC
+++ system.h
@@ -126,7 +126,7 @@
/* Default C preprocessor on UNIX systems */
#ifndef MSDOS
#ifndef CPP
-#define CPP "/lib/cpp"
+#define CPP "/usr/bin/cpp"
#endif
#endif
|