Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | embed.pl now reads *var*.h to do its stuff. | Nick Ing-Simmons | 1997-11-30 | 1 | -60/+26 |
| | | | | | | | | | | | | Split generated embed.h into two - new embedvar.h is #included when 'op' etc. will not mess up proto.h etc. Removed #define foo (thr->Tfoo) from thread.h Added some 'missing' symbols to global.sym, removed those in the *var*.h files Has build all MULTIPLICITY/USE_THREADS options on win32 with VC++ (and passed tests), but not with exactly this set of files. p4raw-id: //depot/ansiperl@338 | ||||
* | Globals and structs via macros - part 1 of N | Nick Ing-Simmons | 1997-11-29 | 1 | -0/+193 |
- introduce perlvars.h intrpvar.h and thrdvar.h - change perl.h and thread.h to include them with appropriate macros defined - result is status-quo but with macros - next step is to tweak embed.* to capitalize on new easy-to-find info. p4raw-id: //depot/ansiperl@337 |