* read.h (IGNORE_OPCODE_CASE): Do not define. Replace with ...
[deliverable/binutils-gdb.git] / gas / read.c
index b8bc536c79c991a92efc233643ebf44ba97ed23f..82c0434cbb46d91f500be3dba98325610deaf1dc 100644 (file)
@@ -155,7 +155,7 @@ char is_end_of_line[256] = {
   0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0       /* */
 };
 
-#ifdef  IGNORE_OPCODE_CASE
+#ifndef TC_CASE_SENSITIVE
 char original_case_string[128];
 #endif
 
@@ -720,7 +720,7 @@ read_a_source_file (char *name)
                  /* Expect pseudo-op or machine instruction.  */
                  pop = NULL;
 
-#ifdef IGNORE_OPCODE_CASE
+#ifndef TC_CASE_SENSITIVE
                  {
                    char *s2 = s;
 
This page took 0.023705 seconds and 4 git commands to generate.