Commit a82cecda by Jim Kingdon Committed by Jeff Law

cplus-dem.c: Move declarations of standard_symbol_characters and hp_symbol_characters inside...

        * cplus-dem.c: Move declarations of standard_symbol_characters and
        hp_symbol_characters inside #ifdef MAIN to avoid compiler
        warnings.

From-SVN: r30175
parent a36335da
1999-10-25 Jim Kingdon <http://developer.redhat.com/>
* cplus-dem.c: Move declarations of standard_symbol_characters and
hp_symbol_characters inside #ifdef MAIN to avoid compiler
warnings.
1999-10-23 08:51 -0700 Zack Weinberg <zack@bitmover.com> 1999-10-23 08:51 -0700 Zack Weinberg <zack@bitmover.com>
* hashtab.c (find_hash_table_entry): When returning a * hashtab.c (find_hash_table_entry): When returning a
......
...@@ -450,12 +450,6 @@ static void ...@@ -450,12 +450,6 @@ static void
recursively_demangle PARAMS ((struct work_stuff *, const char **, string *, recursively_demangle PARAMS ((struct work_stuff *, const char **, string *,
int)); int));
static const char *
standard_symbol_characters PARAMS ((void));
static const char *
hp_symbol_characters PARAMS ((void));
/* Translate count to integer, consuming tokens in the process. /* Translate count to integer, consuming tokens in the process.
Conversion terminates on the first non-digit character. Conversion terminates on the first non-digit character.
...@@ -4468,6 +4462,12 @@ fancy_abort () ...@@ -4468,6 +4462,12 @@ fancy_abort ()
} }
static const char *
standard_symbol_characters PARAMS ((void));
static const char *
hp_symbol_characters PARAMS ((void));
/* Return the string of non-alnum characters that may occur /* Return the string of non-alnum characters that may occur
as a valid symbol component, in the standard assembler symbol as a valid symbol component, in the standard assembler symbol
syntax. */ syntax. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment