Assar Westerlund
|
81e72296a7
|
(generate_c): use "..." in include
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5157 ec53bebd-3082-4978-b11e-865c3cabbd6b
|
1998-09-26 15:45:33 +00:00 |
|
Johan Danielsson
|
a4b83a2903
|
Hack to get rid of ROKEN_NAME.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4891 ec53bebd-3082-4978-b11e-865c3cabbd6b
|
1998-05-16 20:40:11 +00:00 |
|
Assar Westerlund
|
6d90747939
|
foo
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4466 ec53bebd-3082-4978-b11e-865c3cabbd6b
|
1998-02-27 04:01:24 +00:00 |
|
Björn Groenvall
|
be97c75d57
|
Change
struct error_table {
char const * const * msgs;
long base;
int n_msgs;
};
struct et_list {
struct et_list *next;
struct error_table *table;
};
extern struct et_list *_et_list;
to be binary compatible with MIT compile_et
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4436 ec53bebd-3082-4978-b11e-865c3cabbd6b
|
1998-02-17 21:19:44 +00:00 |
|
Johan Danielsson
|
07a7701ef9
|
(generate): Always return a value.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4433 ec53bebd-3082-4978-b11e-865c3cabbd6b
|
1998-02-17 15:31:23 +00:00 |
|
Johan Danielsson
|
53f6fd7016
|
Split generation of c and h files in separate functions. Also relevant
changes for the generated parse tree.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4430 ec53bebd-3082-4978-b11e-865c3cabbd6b
|
1998-02-17 15:05:34 +00:00 |
|
Johan Danielsson
|
4dc8d2ea4f
|
Replace <com_right.h> with <com_err.h>.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4421 ec53bebd-3082-4978-b11e-865c3cabbd6b
|
1998-02-16 18:04:00 +00:00 |
|
Johan Danielsson
|
3ffe01b45f
|
Switch back to a yacc-based compile_et.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4394 ec53bebd-3082-4978-b11e-865c3cabbd6b
|
1998-02-14 23:46:43 +00:00 |
|