aboutsummaryrefslogtreecommitdiff
path: root/vprint.c
Commit message (Collapse)AuthorAgeFilesLines
* mig: remove local definition of 'vprintf'Guy-Fleury Iteriteka2022-05-021-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 keywordJustus Winter2013-08-191-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 McGrath2002-04-061-3/+3
| | | | * vprint.c: Fix obsolete #endif syntax.
* Created new module from gnumach/mig at tag before-mig-moveRoland McGrath1998-07-181-0/+433