Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mig: remove local definition of 'vprintf' | Guy-Fleury Iteriteka | 2022-05-02 | 1 | -433/+0 |
| | | | | | | | | | | autoconf consider that 'AC_FUNC_VPRINTF' is obsolescent. see 'info autoconf AC_FUNC_VPRINTF' * Makefile.am: remove 'vprint.c' on src files. configure.ac: remove 'AC_FUNC_VPRINTF' macro. vprint.c: delete file. Message-Id: <Ym+H/OM0PnucKO4w@debian> | ||||
* | Drop the register keyword | Justus Winter | 2013-08-19 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | Drop the register keyword both from MIGs code and from the generated code. The register keyword is only a hint and it is ignored by modern compilers. * alloca.c: Drop the register keyword. * header.c: Likewise. * lexxer.l: Likewise. * parser.y: Likewise. * routine.c: Likewise. * server.c: Likewise. * statement.c: Likewise. * string.c: Likewise. * type.c: Likewise. * user.c: Likewise. * utils.c: Likewise. * vprint.c: Likewise. | ||||
* | 2002-04-05 Roland McGrath <roland@frob.com> | Roland McGrath | 2002-04-06 | 1 | -3/+3 |
| | | | | * vprint.c: Fix obsolete #endif syntax. | ||||
* | Created new module from gnumach/mig at tag before-mig-move | Roland McGrath | 1998-07-18 | 1 | -0/+433 |