diff options
Diffstat (limited to 'gcc/cppmain.c')
-rw-r--r-- | gcc/cppmain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppmain.c b/gcc/cppmain.c index 0ae2c676cd7..0c5dc3d880f 100644 --- a/gcc/cppmain.c +++ b/gcc/cppmain.c @@ -74,7 +74,7 @@ main (argc, argv) general_init (argv[0]); /* Contruct a reader with default language GNU C89. */ - pfile = cpp_create_reader (CLK_GNUC89); + pfile = cpp_create_reader (NULL, CLK_GNUC89); options = cpp_get_options (pfile); do_preprocessing (argc, argv); |