update parser interface

This commit is contained in:
Michael Teichgräber 2013-06-12 14:17:16 +02:00
parent a032b690e8
commit 3da2db8c43
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ const (
// rebuild it using
// make nuke
// make parser
needParserIfaceVersion = parserIfaceVersion_16
needParserIfaceVersion = parserIfaceVersion_17
)
// Markdown Extensions.

View File

@ -28,7 +28,7 @@ import (
)
const (
parserIfaceVersion_16 = iota
parserIfaceVersion_17 = iota
)
// Semantic value of a parsing action.