We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d7bda commit ac6b8bcCopy full SHA for ac6b8bc
ext/racc/cparse/cparse.c
@@ -22,7 +22,7 @@
22
Important Constants
23
----------------------------------------------------------------------- */
24
25
-#define RACC_VERSION "1.7.1"
+#define RACC_VERSION STRINGIZE(RACC_INFO_VERSION)
26
27
#define DEFAULT_TOKEN -1
28
#define ERROR_TOKEN 1
ext/racc/cparse/extconf.rb
@@ -2,5 +2,7 @@
2
#
3
4
require 'mkmf'
5
+require_relative '../../../lib/racc/info'
6
7
+$defs << "-D""RACC_INFO_VERSION=#{Racc::VERSION}"
8
create_makefile 'racc/cparse'
0 commit comments