From: Mikael Djurfeldt Date: Sun, 12 Jul 1998 13:24:40 +0000 (+0000) Subject: * stime.h: Renamed TIMEH --> STIMEH X-Git-Url: http://git.hcoop.net/bpt/guile.git/commitdiff_plain/f522f90bc48f7bff4fbce2f88518c786f6ddeb7f * stime.h: Renamed TIMEH --> STIMEH --- diff --git a/libguile/stime.h b/libguile/stime.h index e2cf5dbac..777f86cec 100644 --- a/libguile/stime.h +++ b/libguile/stime.h @@ -1,7 +1,7 @@ /* classes: h_files */ -#ifndef TIMEH -#define TIMEH +#ifndef STIMEH +#define STIMEH /* Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify @@ -60,4 +60,4 @@ extern SCM scm_strftime SCM_P ((SCM format, SCM stime)); extern SCM scm_strptime SCM_P ((SCM format, SCM string)); extern void scm_init_stime SCM_P ((void)); -#endif /* TIMEH */ +#endif /* STIMEH */