* cplus-dem.c: Add 'extern' to prepends_underscore.
From-SVN: r14856
This commit is contained in:
parent
fe4e8851ae
commit
04f4195145
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Aug 19 17:10:56 1997 Jason Merrill <jason@yorick.cygnus.com>
|
||||
|
||||
* cplus-dem.c: Add 'extern' to prepends_underscore.
|
||||
|
||||
Tue Aug 19 09:34:57 1997 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* haifa-sched.c (ISSUE_RATE): Renamed from MACHINE_issue_rate.
|
||||
|
|
|
@ -2926,7 +2926,7 @@ Usage: %s [-_] [-n] [-s {gnu,lucid,arm}] [--strip-underscores]\n\
|
|||
char mbuffer[MBUF_SIZE];
|
||||
|
||||
/* Defined in the automatically-generated underscore.c. */
|
||||
int prepends_underscore;
|
||||
extern int prepends_underscore;
|
||||
|
||||
int strip_underscore = 0;
|
||||
|
||||
|
@ -2952,7 +2952,7 @@ main (argc, argv)
|
|||
|
||||
strip_underscore = prepends_underscore;
|
||||
|
||||
while ((c = getopt_long (argc, argv, "_nsj:", long_options, (int *) 0)) != EOF)
|
||||
while ((c = getopt_long (argc, argv, "_ns:j", long_options, (int *) 0)) != EOF)
|
||||
{
|
||||
switch (c)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue