Replace YY_NULL with YY_NULLPTR in LANG-exp.c
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index d035d8e242a166de0346e5ee3452b59a193104b4..6db63c7e90d4e6db3567ec1a11942fb28f6ee707 100644 (file)
@@ -1894,6 +1894,7 @@ po/$(PACKAGE).pot: force
             -e 's/\([ \t;,(]\)free\([ \t]*[&(),]\)/\1xfree\2/g' \
             -e 's/\([ \t;,(]\)free$$/\1xfree/g' \
             -e '/^#line.*y.tab.c/d' \
+            -e 's/YY_NULL/YY_NULLPTR/g' \
          < $@.tmp > $@
        rm -f $@.tmp
 .l.c:
This page took 0.024385 seconds and 4 git commands to generate.