aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authorgoodale <goodale@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2000-09-19 20:15:23 +0000
committergoodale <goodale@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2000-09-19 20:15:23 +0000
commit7bc89f775b9129148f1bc9e1d5197ee13f3faca6 (patch)
tree71d60adc7c155b59a81b613710dd035a0b7259c7 /src/make.code.defn
parent859970bb6282bd3368bfe463ecd00862c1cb2b57 (diff)
Adding a primitive expression parser. It will parse simple
expressions such as a + b/(c+(d+f)) correctly, but mucks up things like a+ b/c/d as it doesn't look too hard for places to put brackets in. A fully parenthesised expression should be fine. It also doesn't have good error checking. All thing improve with time... (well most, anyway 8-) Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@51 1faa4e14-9dd3-4be0-9f0e-ffe519881164
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 65d2b04..b0eac4f 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -3,7 +3,7 @@
# Source files in this directory
-MISC_SRC = Startup.c
+MISC_SRC = Startup.c Expression.c
SERVER_SRC = Server.c Sockets.c http.c