diff options
Diffstat (limited to 'gdb/c-exp.y')
-rw-r--r-- | gdb/c-exp.y | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/c-exp.y b/gdb/c-exp.y index f11b93e..706b407 100644 --- a/gdb/c-exp.y +++ b/gdb/c-exp.y @@ -53,9 +53,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "block.h" #include "cp-support.h" -/* Flag indicating we're dealing with HP-compiled objects */ -extern int hp_som_som_object_present; - /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc), as well as gratuitiously global symbol names, so we can have multiple yacc generated parsers in gdb. Note that these are only the variables |