summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2019-10-03 08:31:50 +0200
committerAkim Demaille <akim.demaille@gmail.com>2019-10-03 09:27:41 +0200
commit032a52be6ee002016a22453365ffb4f578a15e4d (patch)
treedd7f8488d53117dbb8dbee4e0be8668c99bac157 /data
parent843ef49bc3f557554c53f5d5322c0f25fed2221a (diff)
downloadbison-032a52be6ee002016a22453365ffb4f578a15e4d.tar.gz
c++: fix comments suggesting to use %require
* data/skeletons/location.cc, data/skeletons/stack.hh: Here.
Diffstat (limited to 'data')
-rw-r--r--data/skeletons/location.cc2
-rw-r--r--data/skeletons/stack.hh2
2 files changed, 2 insertions, 2 deletions
diff --git a/data/skeletons/location.cc b/data/skeletons/location.cc
index b72cd3d3..8a330b92 100644
--- a/data/skeletons/location.cc
+++ b/data/skeletons/location.cc
@@ -326,7 +326,7 @@ m4_ifdef([b4_position_file], [[
// used to define is now defined in "]b4_location_file[".
//
// To get rid of this file:
-// 1. add 'require "3.2"' (or newer) to your grammar file
+// 1. add '%require "3.2"' (or newer) to your grammar file
// 2. remove references to this file from your build system
// 3. if you used to include it, include "]b4_location_file[" instead.
diff --git a/data/skeletons/stack.hh b/data/skeletons/stack.hh
index ac0a34d1..cc1c63f4 100644
--- a/data/skeletons/stack.hh
+++ b/data/skeletons/stack.hh
@@ -145,7 +145,7 @@ m4_ifdef([b4_stack_file],
// used to define is now defined with the parser itself.
//
// To get rid of this file:
-// 1. add 'require "3.2"' (or newer) to your grammar file
+// 1. add '%require "3.2"' (or newer) to your grammar file
// 2. remove references to this file from your build system.
]b4_output_end[
]])