diff options
| author | jtc <jtc@NetBSD.org> | 1994-05-12 17:39:26 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1994-05-12 17:39:26 +0000 |
| commit | 0b09ff9c6eb42c5557ff22b470c03b4bca1bda5a (patch) | |
| tree | a0e3934df36f11526587011391e26e18bfb6b758 /mille/varpush.c | |
| parent | 7c6ccbcf4ec8dcb8f5c5de1a80604eebfefc8d9f (diff) | |
| download | bsdgames-darwin-0b09ff9c6eb42c5557ff22b470c03b4bca1bda5a.tar.gz bsdgames-darwin-0b09ff9c6eb42c5557ff22b470c03b4bca1bda5a.zip | |
sync with 44lite, seems to fix bug #224
Diffstat (limited to 'mille/varpush.c')
| -rw-r--r-- | mille/varpush.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mille/varpush.c b/mille/varpush.c index 86a5f1cf..ec120547 100644 --- a/mille/varpush.c +++ b/mille/varpush.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1982 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1982, 1993 + * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -32,8 +32,8 @@ */ #ifndef lint -/*static char sccsid[] = "from: @(#)varpush.c 5.6 (Berkeley) 6/1/90";*/ -static char rcsid[] = "$Id: varpush.c,v 1.2 1993/08/01 18:53:52 mycroft Exp $"; +/*static char sccsid[] = "from: @(#)varpush.c 8.1 (Berkeley) 5/31/93";*/ +static char rcsid[] = "$Id: varpush.c,v 1.3 1994/05/12 17:39:45 jtc Exp $"; #endif /* not lint */ # include <paths.h> |
