2003-11-23 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ada-lex.l
index d8bc78952bf780418e92fddb48709afe7825d9e0..139e3aad3dd514afcc7977c11a858bfab583bd49 100644 (file)
@@ -759,7 +759,7 @@ name_lookup (name0, err_name, token_type)
       if (segments == 0)
        {
          type = lookup_primitive_typename (name);
-         if (type == NULL && STREQ ("system__address", name))
+         if (type == NULL && DEPRECATED_STREQ ("system__address", name))
            type = builtin_type_ada_system_address;
          if (type != NULL)
            {
This page took 0.023984 seconds and 4 git commands to generate.