Lassi Kortela
|
023937e5ea
|
Use backward compatible variable initializers
|
2019-08-19 01:14:09 +03:00 |
Lassi Kortela
|
b48261f21c
|
Replace fltype_t with struct
|
2019-08-09 19:33:04 +03:00 |
Lassi Kortela
|
c9f5e4faeb
|
Replace symbol_t with struct
|
2019-08-09 19:30:15 +03:00 |
Lassi Kortela
|
ece07d2e1a
|
Replace cvtable_t with struct
|
2019-08-09 19:26:48 +03:00 |
Lassi Kortela
|
41cf0e7b2c
|
Replace htable_t with struct
|
2019-08-09 19:26:09 +03:00 |
Lassi Kortela
|
79d44c0780
|
Get rid of almost all recursive includes
Simple rule: include files should never include include files.
"Notes on Programming in C", Rob Pike, February 21, 1989
<https://www.lysator.liu.se/c/pikestyle.html>
|
2019-08-09 19:00:17 +03:00 |
Lassi Kortela
|
0701b22d29
|
Rename #include'd C files from .c to .h
|
2019-08-09 18:30:02 +03:00 |