Просмотр исходного кода

Fix graphviz parser build. Don't know how, but neither the current version,
nor the one before my V2 tweaks did not compile --- while it did compile
previosly.

* yystype.h
(YYSTYPE_IS_DECLARED): Define this, so that generated parser don't try
to redefine YYSTYPE to be int.

* graphviz_lex.l: Include 'yystype.h' right at the beginning, before generated
parser header, so that the above change takes effect.


[SVN r18248]

Vladimir Prus 23 лет назад
Родитель
Сommit
41b9236ee1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      libs/graph

+ 1 - 1
libs/graph

@@ -1 +1 @@
-Subproject commit e6b7dfe69ffe998b67bf2e304785a3fbd8d6ef23
+Subproject commit 2bab353870053b84cf117321ad3e50b89c4870c5

粤ICP备19079148号