]> git.saurik.com Git - bison.git/blobdiff - src/system.h
remove duplicate definitions
[bison.git] / src / system.h
index 0395a0c090902feb4361f4b9f6cf3fd1900fef6c..ea455032fc7c12246640dce305445f6bbd8c8302 100644 (file)
@@ -61,7 +61,7 @@
 typedef size_t uintptr_t;
 #endif
 
-// Version mismatch.
+/* Version mismatch. */
 #define EX_MISMATCH 63
 
 /*---------.
@@ -220,8 +220,6 @@ typedef size_t uintptr_t;
   (obstack_1grow (Obs, '\0'), (char *) obstack_finish (Obs))
 
 
-
-
 /*-----------------------------------------.
 | Extensions to use for the output files.  |
 `-----------------------------------------*/