]> gcc.gnu.org Git - gcc.git/blame - gcc/cppulp.c
c-parse.in (language_string): Constify.
[gcc.git] / gcc / cppulp.c
CommitLineData
19283265 1/* CPP Library.
87e11268 2 Copyright (C) 1986, 87, 89, 92-98, 1999 Free Software Foundation, Inc.
19283265
RH
3 Contributed by Per Bothner, 1994-95.
4 Based on CCCP program by Paul Rubin, June 1986
5 Adapted to ANSI C, Richard Stallman, Jan 1987
6
7This program is free software; you can redistribute it and/or modify it
8under the terms of the GNU General Public License as published by the
9Free Software Foundation; either version 2, or (at your option) any
10later version.
11
12This program is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
18along with this program; if not, write to the Free Software
19Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
20
21#include "config.h"
22#include "system.h"
23
19283265
RH
24#include "output.h"
25
87e11268 26const char *user_label_prefix = 0;
This page took 0.172569 seconds and 5 git commands to generate.