* support/cpp2/sdcc.h: prevent multiple inclusion
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 9 Dec 2006 22:20:24 +0000 (22:20 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 9 Dec 2006 22:20:24 +0000 (22:20 +0000)
* support/cpp2/options.h: deleted

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4507 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
support/cpp2/options.h [deleted file]
support/cpp2/sdcc.h

index 4aaba94ed229dc7faece7aeeac8ecb41ee63944e..3c9251ecaa230b67f5bb9745a384346fe10a0a70 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-12-09 Borut Razem <borut.razem AT siol.net>
+
+       * support/cpp2/sdcc.h: prevent multiple inclusion
+       * support/cpp2/options.h: deleted
+
 2006-12-08 Borut Razem <borut.razem AT siol.net>
 
        * support/cpp2/sdcc.h: removed x*alloc() macros
diff --git a/support/cpp2/options.h b/support/cpp2/options.h
deleted file mode 100644 (file)
index e69de29..0000000
index 90922d8d2c0680cb853a696319e7e2e7f1f9697b..dd917df66270d6300ca583423ee804fe3d144efa 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef __SDCC_H
+#define __SDCC_H
+
 /*
  * From defaults.h
  */
@@ -36,3 +39,5 @@
 #ifndef GTY
 #define GTY(X)
 #endif
+
+#endif  /* __SDCC_H */