[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | U-E59264-Osman Buyukisik <Osman.Buyukisik@a...> |
| Subject: | Re: Why no macros in CAML Light ? |
Why not just use the c preprocessor itself? or m4? I tried gcc -x c -E -P -DDOS foo.z > foo.ml and it works. The file had #ifdef/#else/#endif, #define and caml-light list.ml file in it. Not like the lisp macro facility but it is already available. Regards, Osman