mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-27 11:48:55 -06:00
fix the compilation without a server
This commit is contained in:
@@ -84,7 +84,7 @@ mainServerGFI opts0 port files =
|
|||||||
return $ if continue then Just gfenv else Nothing
|
return $ if continue then Just gfenv else Nothing
|
||||||
|
|
||||||
#else
|
#else
|
||||||
mainServerGFI readNGF opts port files =
|
mainServerGFI opts port files =
|
||||||
fail "GF has not been compiled with server mode support"
|
fail "GF has not been compiled with server mode support"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user