1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

* stime.h: Renamed TIMEH --> STIMEH

This commit is contained in:
Mikael Djurfeldt 1998-07-12 13:24:40 +00:00
parent a199f2004b
commit f522f90bc4

View file

@ -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 */