summaryrefslogtreecommitdiff
path: root/src/vm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm.h')
-rw-r--r--src/vm.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/vm.h b/src/vm.h
index ffc289db3..5faac62fe 100644
--- a/src/vm.h
+++ b/src/vm.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000 Free Software Foundation, Inc.
+/* Copyright (C) 2001 Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -39,8 +39,8 @@
* whether to permit this exception to apply to your modifications.
* If you do not wish that, delete this exception notice. */
-#ifndef _VM_H_
-#define _VM_H_
+#ifndef _SCM_VM_H_
+#define _SCM_VM_H_
#include <libguile.h>
#include "config.h"
@@ -151,7 +151,7 @@ extern SCM scm_vm_current_frame (SCM vm);
extern void scm_init_vm (void);
-#endif /* _VM_H_ */
+#endif /* _SCM_VM_H_ */
/*
Local Variables: