aboutsummaryrefslogtreecommitdiff
path: root/libcpp/makedepend.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcpp/makedepend.c')
-rw-r--r--libcpp/makedepend.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/libcpp/makedepend.c b/libcpp/makedepend.c
index f28f9699828..777427d2542 100644
--- a/libcpp/makedepend.c
+++ b/libcpp/makedepend.c
@@ -27,6 +27,13 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "getopt.h"
#include "mkdeps.h"
+/* 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;
+/* APPLE LOCAL end CW asm blocks -sshebs */
+
const char *progname;
const char *vpath;