diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-11-16 09:00:14 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-11-16 09:00:14 +0000 |
commit | f05364af5a4a3e025cbef7403d711ddb3f865e30 (patch) | |
tree | 1a7ab21a062237e5eeec35dc278f8fbab9da89dd /usr.bin/pcc/ccom/init.c | |
parent | f7d7a39b9fa388ad3592ca630db976b95437e570 (diff) |
sync tree with master repo; Nov 16 2007
Diffstat (limited to 'usr.bin/pcc/ccom/init.c')
-rw-r--r-- | usr.bin/pcc/ccom/init.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/pcc/ccom/init.c b/usr.bin/pcc/ccom/init.c index c447e0b8add..e396cb9e645 100644 --- a/usr.bin/pcc/ccom/init.c +++ b/usr.bin/pcc/ccom/init.c @@ -1,4 +1,4 @@ -/* $OpenBSD: init.c,v 1.2 2007/10/20 18:24:11 otto Exp $ */ +/* $OpenBSD: init.c,v 1.3 2007/11/16 09:00:12 otto Exp $ */ /* * Copyright (c) 2004, 2007 Anders Magnusson (ragge@ludd.ltu.se). @@ -65,13 +65,13 @@ #include <string.h> /* - * Four machine-dependent routines may be called during initialization: + * The following machine-dependent routines may be called during + * initialization: * - * instring(char *str) - Print out a string. * zbits(OFFSZ, int) - sets int bits of zero at position OFFSZ. * infld(CONSZ off, int fsz, CONSZ val) * - sets the bitfield val starting at off and size fsz. - * inval(CONSZ off, int fsz, NODE *) + * ninval(CONSZ off, int fsz, NODE *) * - prints an integer constant which may have * a label associated with it, located at off and * size fsz. |