aboutsummaryrefslogtreecommitdiff
path: root/module/c/operators.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-07-21 18:05:59 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-07-21 18:05:59 +0200
commit3413f60db482ce7e6d6d786348723a2b406d1038 (patch)
treec3063d65d05e93ff6045f99fa15ff80acf7d3066 /module/c/operators.scm
parentMajor work on parser. (diff)
downloadcalp-3413f60db482ce7e6d6d786348723a2b406d1038.tar.gz
calp-3413f60db482ce7e6d6d786348723a2b406d1038.tar.xz
Remove old unused files.
Diffstat (limited to '')
-rw-r--r--module/c/old/operators.scm (renamed from module/c/operators.scm)2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/c/operators.scm b/module/c/old/operators.scm
index 910dc8a9..0b253ada 100644
--- a/module/c/operators.scm
+++ b/module/c/old/operators.scm
@@ -1,4 +1,4 @@
-(define-module (c operators)
+(define-module (c old operators)
:export (wordy-binary-operators
symbol-binary-operators
binary-operators))