1
0
forked from GitHub/gf-core

move the C sources to the subfolder pgf again for backwards compatibility

This commit is contained in:
krangelov
2021-08-08 18:29:16 +02:00
parent f70e1b8772
commit 91f183ca6a
17 changed files with 16 additions and 17 deletions

View File

@@ -41,7 +41,7 @@ import Data.Typeable
import qualified Data.Map as Map
import Data.IORef
#include <pgf.h>
#include <pgf/pgf.h>
type AbsName = String -- ^ Name of abstract syntax
type ConcName = String -- ^ Name of concrete syntax

View File

@@ -9,7 +9,7 @@ import Foreign.Ptr
import Foreign.ForeignPtr
import qualified Data.Map as Map
#include <pgf.h>
#include <pgf/pgf.h>
-- | An abstract data type representing multilingual grammar
-- in Portable Grammar Format.

View File

@@ -25,7 +25,6 @@ library
extra-libraries: pgf
cc-options: -std=c99
c-sources: utils.c
test-suite basic
type: exitcode-stdio-1.0