diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2012-05-16 15:18:44 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2012-05-16 15:18:44 +0000 |
| commit | f4c17cb7aa1517739c5aea5155e17fc9d1b2f05e (patch) | |
| tree | daf935713c70a871e9131d2d92eb97e7ac7b6aee /src/runtime/c/pgf/pgf.h | |
| parent | 6f328c9040b394054eff399f26d3b7aea6567206 (diff) | |
another attempt to port the robust parser to MacOS
Diffstat (limited to 'src/runtime/c/pgf/pgf.h')
| -rw-r--r-- | src/runtime/c/pgf/pgf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/c/pgf/pgf.h b/src/runtime/c/pgf/pgf.h index df4904b53..91659d95e 100644 --- a/src/runtime/c/pgf/pgf.h +++ b/src/runtime/c/pgf/pgf.h @@ -70,7 +70,7 @@ pgf_read(GuIn* in, GuPool* pool, GuExn* err); #include <gu/type.h> -GU_DECLARE_TYPE(PgfPGF, struct); +extern GU_DECLARE_TYPE(PgfPGF, struct); /// @} |
