summaryrefslogtreecommitdiff
path: root/libguile/async.h
diff options
context:
space:
mode:
authorMartin Grabmüller <mgrabmue@cs.tu-berlin.de>2001-06-26 17:53:09 +0000
committerMartin Grabmüller <mgrabmue@cs.tu-berlin.de>2001-06-26 17:53:09 +0000
commit82893676f43d32d217d264ad5bef50f0952b6460 (patch)
tree5aa0b8c88d64bd0e310749a2f049ed2b4d985401 /libguile/async.h
parentdd0e04edd65cdcb71517f1f079676cb04d3bafc4 (diff)
downloadguile-82893676f43d32d217d264ad5bef50f0952b6460.tar.gz
Make compilation under Windows easier.
Diffstat (limited to 'libguile/async.h')
-rw-r--r--libguile/async.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libguile/async.h b/libguile/async.h
index b4fa403cb..ca5b7efce 100644
--- a/libguile/async.h
+++ b/libguile/async.h
@@ -1,7 +1,7 @@
/* classes: h_files */
-#ifndef ASYNCH
-#define ASYNCH
+#ifndef SCM_ASYNC_H
+#define SCM_ASYNC_H
/* Copyright (C) 1995, 96, 97, 98, 2000 Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or modify
@@ -70,7 +70,7 @@ extern SCM scm_unmask_signals (void);
extern SCM scm_mask_signals (void);
extern void scm_init_async (void);
-#endif /* ASYNCH */
+#endif /* SCM_ASYNC_H */
/*
Local Variables: