X-Git-Url: http://git.hcoop.net/bpt/guile.git/blobdiff_plain/7fee59bd4a8e7e768dc0ecf26756d5c2aaa8463e..1f3908c46ad172c7bf024942f728726f59b6c2ef:/libguile/gh_predicates.c diff --git a/libguile/gh_predicates.c b/libguile/gh_predicates.c index 6d06fdb62..1bd234b50 100644 --- a/libguile/gh_predicates.c +++ b/libguile/gh_predicates.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997, 2000 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 @@ -42,9 +42,7 @@ /* type predicates and equality predicates */ -#include - -#include +#include "libguile/gh.h" /* type predicates: tell you if an SCM object has a given type */ int @@ -135,3 +133,9 @@ gh_null_p(SCM l) { return (SCM_NFALSEP(scm_null_p(l))); } + +/* + Local Variables: + c-file-style: "gnu" + End: +*/