Commit 39eda06e by Richard Kenner

Delete duplicate definition of "buf".

Include hconfig.h.

From-SVN: r5911
parent 4fc15c03
...@@ -78,10 +78,10 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -78,10 +78,10 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef O_RDONLY #ifndef O_RDONLY
#define O_RDONLY 0 #define O_RDONLY 0
#endif #endif
#include "hconfig.h"
#include "obstack.h" #include "obstack.h"
#include "scan.h" #include "scan.h"
sstring buf;
int verbose = 0; int verbose = 0;
int partial_count = 0; int partial_count = 0;
int missing_extern_C_count = 0; int missing_extern_C_count = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment