diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2010-04-10 13:32:42 +0100 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2010-04-10 13:32:42 +0100 |
commit | 26b9f9090073c896762af3125af54958e153f8f2 (patch) | |
tree | 11c799f1191ef122c66329c36d6b03230c6962ef /libguile/vm-bootstrap.h | |
parent | 3ce5e1304bd77eb167f856a2a163038f01f452c8 (diff) | |
parent | 96ec2c9c65468b1404865371d19342d6badb0be9 (diff) | |
download | guile-26b9f9090073c896762af3125af54958e153f8f2.tar.gz |
Merge branch 'master' into wip-manual-2
Conflicts:
doc/ref/api-procedures.texi
doc/ref/misc-modules.texi
(Caused by me removing `@page' from a couple of sections that have been modified
by others.)
Diffstat (limited to 'libguile/vm-bootstrap.h')
-rw-r--r-- | libguile/vm-bootstrap.h | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/libguile/vm-bootstrap.h b/libguile/vm-bootstrap.h deleted file mode 100644 index 7ba1a93ba..000000000 --- a/libguile/vm-bootstrap.h +++ /dev/null @@ -1,30 +0,0 @@ -/* Copyright (C) 2001 Free Software Foundation, Inc. - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * as published by the Free Software Foundation; either version 3 of - * the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - -#ifndef _SCM_VM_BOOTSTRAP_H_ -#define _SCM_VM_BOOTSTRAP_H_ - -SCM_INTERNAL void scm_bootstrap_vm (void); - -#endif /* _SCM_VM_BOOTSTRAP_H_ */ - -/* - Local Variables: - c-file-style: "gnu" - End: -*/ |