diff options
author | Richard Stallman <rms@gnu.org> | 1992-07-18 03:47:44 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-07-18 03:47:44 +0000 |
commit | 5e0004aef97087bc9fb96e4b7bc37445fb4df97a (patch) | |
tree | 86847c971a88f6fa28d395f63a79f1399bab90f4 | |
parent | 075fc632003c95d3d40df158ed19e719fc4fede5 (diff) | |
download | gcc-5e0004aef97087bc9fb96e4b7bc37445fb4df97a.zip gcc-5e0004aef97087bc9fb96e4b7bc37445fb4df97a.tar.gz gcc-5e0004aef97087bc9fb96e4b7bc37445fb4df97a.tar.bz2 |
*** empty log message ***
From-SVN: r1619
-rw-r--r-- | gcc/cexp.y | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,8 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. #include <locale.h> #endif +#include <stdio.h> + typedef unsigned char U_CHAR; /* This is used for communicating lists of keywords with cccp.c. */ |