]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
cplus-dem.c: Move declarations of standard_symbol_characters and hp_symbol_characters...
authorJim Kingdon <kingdon@redhat.com>
Tue, 26 Oct 1999 04:30:08 +0000 (22:30 -0600)
committerJeff Law <law@gcc.gnu.org>
Tue, 26 Oct 1999 04:30:08 +0000 (22:30 -0600)
        * cplus-dem.c: Move declarations of standard_symbol_characters and
        hp_symbol_characters inside #ifdef MAIN to avoid compiler
        warnings.

From-SVN: r30175

libiberty/ChangeLog
libiberty/cplus-dem.c

index 829b70ed19f57e9e1296ee3b8276d6ed44c67c17..58dca5328c128d71e96f026b6b7b89037ad8f4ad 100644 (file)
@@ -1,3 +1,9 @@
+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>
 
        * hashtab.c (find_hash_table_entry): When returning a
index 7e8c74f6b13518a75f0cc06369961a9433ca4134..52249d2b580c6d3809b1367ec51f15e089b81f86 100644 (file)
@@ -450,12 +450,6 @@ static void
 recursively_demangle PARAMS ((struct work_stuff *, const char **, string *,
                              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.
    Conversion terminates on the first non-digit character.
 
@@ -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 
    as a valid symbol component, in the standard assembler symbol
    syntax.  */