Commit f32da1f6 by Richard Kenner

#include config.h before any other .h file.

From-SVN: r9753
parent d3e02253
......@@ -22,13 +22,13 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
You are forbidden to forbid anyone else to use, share and improve
what you give them. Help stamp out software-hoarding! */
#include "cpplib.h"
#include <stdio.h>
#ifndef EMACS
#include "config.h"
#endif /* not EMACS */
#include "cpplib.h"
#include <stdio.h>
/* Print the file names and line numbers of the #include
commands which led to the current file. */
......
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