diff options
author | Steve Chamberlain <steve@cygnus> | 1991-04-14 03:22:42 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-04-14 03:22:42 +0000 |
commit | 1418c83b393c2a5d08cc56b306272aab660fbd9d (patch) | |
tree | 607a59985eb915618ca8943a4c0b377ef17a7f72 /ld/ldsym.h | |
parent | da56abdf49af3e87f4b8e105606b0eee7c84b7f1 (diff) | |
download | gdb-1418c83b393c2a5d08cc56b306272aab660fbd9d.zip gdb-1418c83b393c2a5d08cc56b306272aab660fbd9d.tar.gz gdb-1418c83b393c2a5d08cc56b306272aab660fbd9d.tar.bz2 |
checkpoint before a merge
Diffstat (limited to 'ld/ldsym.h')
-rw-r--r-- | ld/ldsym.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -47,11 +47,11 @@ typedef struct user_symbol_struct } ldsym_type; -PROTO(ldsym_type *, ldsym_get, (char *)); -PROTO(ldsym_type *, ldsym_get_soft, (char *)); +PROTO(ldsym_type *, ldsym_get, (CONST char *)); +PROTO(ldsym_type *, ldsym_get_soft, (CONST char *)); PROTO(void, ldsym_print_symbol_table,(void)); PROTO(void, ldsym_write, (void)); -PROTO(boolean, ldsym_undefined, (char *)); +PROTO(boolean, ldsym_undefined, (CONST char *)); #define FOR_EACH_LDSYM(x) \ extern ldsym_type *symbol_head; \ ldsym_type *x; \ |