From 0b09ff9c6eb42c5557ff22b470c03b4bca1bda5a Mon Sep 17 00:00:00 2001 From: jtc Date: Thu, 12 May 1994 17:39:26 +0000 Subject: sync with 44lite, seems to fix bug #224 --- mille/save.c | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'mille/save.c') diff --git a/mille/save.c b/mille/save.c index 589d4be2..7732473c 100644 --- a/mille/save.c +++ b/mille/save.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 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,16 +32,18 @@ */ #ifndef lint -/*static char sccsid[] = "from: @(#)save.c 5.6 (Berkeley) 6/1/90";*/ -static char rcsid[] = "$Id: save.c,v 1.2 1993/08/01 18:53:56 mycroft Exp $"; +/*static char sccsid[] = "from: @(#)save.c 8.1 (Berkeley) 5/31/93";*/ +static char rcsid[] = "$Id: save.c,v 1.3 1994/05/12 17:39:41 jtc Exp $"; #endif /* not lint */ -#include "mille.h" -#include -#include -#include +#include +#include +#include +#include +#include "mille.h" + #ifndef unctrl -#include "unctrl.h" +#include "unctrl.h" #endif # ifdef attron -- cgit v1.2.3