aboutsummaryrefslogtreecommitdiff
path: root/header.c
Commit message (Collapse)AuthorAgeFilesLines
* header: add definitions for RPC presence and IDsHEADmasterLuca Dariz2025-01-281-0/+14
| | | | | | | | This allows to check at compilation time for some rpc (as done for example in glibc for thread_set/get_name() and host_page_size()). Also the IDs can be useful for testing purposes, or when assembling messages manually. Message-ID: <20250106134649.391487-1-luca@orpolo.org>
* Fix c89 compilation of mig headersSamuel Thibault2018-03-041-1/+1
| | | | * header.c (WriteServerHeader): Print __inline instead of inline.
* Change x_server_routine functions to "static inline" for -std=gnu11David Michael2015-06-051-1/+1
| | | | | * header.c (WriteServerHeader): Replace "extern" with "static". * server.c (WriteEpilog): Remove WriteSubsystemServerRoutine call.
* Generate a x_server_routine in the sheader so it can be inlinedJustus Winter2013-12-161-0/+10
| | | | | | | * header.c (WriteServerHeader): Emit a x_server_routine that can be inlined. * server.c (WriteEpilog): Export the x_routines array so it can be used from the inlined x_server_routine.
* Avoid a compiler warning in WriteDefinesJustus Winter2013-12-161-0/+1
| | | | * header.c (WriteDefines): Avoid warning about unused parameter.
* 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.
* 2007-06-02 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2007-06-021-27/+0
| | | | | | | | | * global.c (LintLib): Remove definition. * global.h (LintLib): Remove declaration. * header.c (WriteUserRoutine, WriteServerRoutine): Don't emit `Lint' code. * user.c (WriteIncludes): Likewise. * utils.c (WriteRCSDecl): Likewise.
* 2001-06-07 Roland McGrath <roland@frob.com>Roland McGrath2001-06-081-7/+24
| | | | | | | | | * header.c (WriteRoutineList): New function. * write.h: Declare it. * migcom.c (RoutineListFileName): New variable. (parseArgs): New option -list to set it. (main): If set, write the named output file with WriteRoutineList. * mig.in: Grok -list and put it in the usage message.
* Created new module from gnumach/mig at tag before-mig-moveRoland McGrath1998-07-181-0/+210