summaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
diff options
context:
space:
mode:
authormeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-04-18 18:16:51 +0000
committermeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-04-18 18:16:51 +0000
commit917aa082e55c138c5b684f81441d39756763f400 (patch)
treedb6dcc9aaea350dc8e6ad9b635b41529042f0167 /gcc/c-lex.c
parent212d6fcf1695c3ca1aa89cd4e4319c66c9c2534e (diff)
downloadgcc-917aa082e55c138c5b684f81441d39756763f400.tar.gz
Move pragma interface support to c-pragma.h
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9410 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-lex.c')
-rw-r--r--gcc/c-lex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/c-lex.c b/gcc/c-lex.c
index 14a0af304da..2c10890ed0c 100644
--- a/gcc/c-lex.c
+++ b/gcc/c-lex.c
@@ -30,6 +30,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "c-tree.h"
#include "flags.h"
#include "c-parse.h"
+#include "c-pragma.h"
#include <ctype.h>