1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00

more death to the parser

This commit is contained in:
psyc://psyced.org/~lynX 2011-05-09 09:06:52 +02:00
parent ee44312e5c
commit 2e39b26207
5 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@ prefix = /usr
includedir = ${prefix}/include/d
INSTALL = install
HEADERS = common.d parser.d
HEADERS = common.d parse.d
install: ${HEADERS}

View file

@ -1,4 +1,4 @@
module psyc.parser;
module psyc.parse;
import psyc.common;