aboutsummaryrefslogtreecommitdiff
path: root/libcpp/makedepend.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcpp/makedepend.c')
-rw-r--r--libcpp/makedepend.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libcpp/makedepend.c b/libcpp/makedepend.c
index 777427d2542..0dbeab2e05c 100644
--- a/libcpp/makedepend.c
+++ b/libcpp/makedepend.c
@@ -29,9 +29,9 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
/* APPLE LOCAL begin CW asm blocks -sshebs */
/* Dummies needed because we use them from cpplib, yuck. */
-int flag_cw_asm_blocks;
-int cw_asm_state;
-int cw_asm_in_operands;
+int flag_iasm_blocks;
+int iasm_state;
+int iasm_in_operands;
/* APPLE LOCAL end CW asm blocks -sshebs */
const char *progname;