summaryrefslogtreecommitdiff
path: root/src/runtime/haskell/PGF/Macros.hs
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2010-01-12 14:36:41 +0000
committerkrasimir <krasimir@chalmers.se>2010-01-12 14:36:41 +0000
commitcf22bd094f2cdbd18de166d9d24b8cf9a30c87b9 (patch)
treee7451bfad9bdb9e9d59301a9bd3e3d418a430b49 /src/runtime/haskell/PGF/Macros.hs
parentee3ce9694c134d697bf3fa6b8910c7d863f84dab (diff)
move the definitions of _B and _V to PGF.Macros
Diffstat (limited to 'src/runtime/haskell/PGF/Macros.hs')
-rw-r--r--src/runtime/haskell/PGF/Macros.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/runtime/haskell/PGF/Macros.hs b/src/runtime/haskell/PGF/Macros.hs
index 2f6282aa3..81f946211 100644
--- a/src/runtime/haskell/PGF/Macros.hs
+++ b/src/runtime/haskell/PGF/Macros.hs
@@ -148,3 +148,6 @@ cidString = mkCId "String"
cidInt = mkCId "Int"
cidFloat = mkCId "Float"
cidVar = mkCId "__gfVar"
+
+_B = mkCId "__gfB"
+_V = mkCId "__gfV"