c++: fix comments suggesting to use %require

* data/skeletons/location.cc, data/skeletons/stack.hh: Here.
This commit is contained in:
Akim Demaille
2019-10-03 08:31:50 +02:00
parent 843ef49bc3
commit 032a52be6e
2 changed files with 2 additions and 2 deletions

View File

@@ -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.