From 37921072b90f8f6b34115750ac4da78e2778fedf Mon Sep 17 00:00:00 2001 From: nishi Date: Mon, 10 Jun 2024 23:47:59 +0000 Subject: [PATCH] Fix grammar git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@240 d4a5a174-5a4a-5b4b-b672-37683c10d7d5 --- Grammar/dw.y | 1 + 1 file changed, 1 insertion(+) diff --git a/Grammar/dw.y b/Grammar/dw.y index 18e8f41..35e453a 100644 --- a/Grammar/dw.y +++ b/Grammar/dw.y @@ -49,6 +49,7 @@ void parser_process(struct Node* node); char* __dw_strdup(const char* a); double __dw_atof(const char* str); +extern const char* yytext; %} %% -- 2.43.0