mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 18:02:25 +00:00
fixed problem with short prefix path in version module
Former-commit-id: bdb2b32588
This commit is contained in:
parent
66c583b70e
commit
12fa4aec39
8 changed files with 9 additions and 8 deletions
|
|
@ -1,5 +1,5 @@
|
|||
MODULE prf;
|
||||
|
||||
CONST prefix* = "/opt";
|
||||
CONST prefix* = "/Users/noch/local";
|
||||
|
||||
END prf.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue