1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-28 00:49:42 +03:00

6 Commits

Author SHA1 Message Date
Christopher R. Hertel
34f69f09f8 I committed this change to the cliffs archive a while back and have heard
no complaints.  ;)

Basically, instead of ignoring single-line C-style comments in IDL source
files this change allows token.awk to ignore both single- and multi-line
C-style comments.

Chris -)-----
-
Andrew Tridgell
c7829fa0d8 started adding support for relative, plus options for autoalignment
so the same parser generator can be uses for cifs and rpc
-
Luke Leighton
9c6f2d75d8 messing about. -
Andrew Tridgell
5f1e8422d0 more aparser stuff - we now handle everything but the idl headers in srvsvc.idl -
Andrew Tridgell
cf8d4c42e2 added primitive define macros
started converting matty's srvsvc.idl to a .struct file
-
Andrew Tridgell
ab0beaf357 - added typedefs
- added parse error checking
- made parser more flexible
-