diff options
author | Gerald Carter <jerry@samba.org> | 2005-04-14 05:54:33 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2005-04-14 05:54:33 +0000 |
commit | c43a86bb62e519c6d508887fe52d12accabce372 (patch) | |
tree | e517e0b5f40eed92b8b3220268688b7a7c961f2e /source/modules/getdate.y | |
parent | f903c10943c537f462037c1f841e9923d56145dd (diff) | |
download | samba-c43a86bb62e519c6d508887fe52d12accabce372.tar.gz samba-c43a86bb62e519c6d508887fe52d12accabce372.tar.xz samba-c43a86bb62e519c6d508887fe52d12accabce372.zip |
r6334: revert 3.0.15pre1 changes. roll back to 3.0.14.
Add in jra fix for bad SMB_ASSERT.
Redefine SMB_ASSERT to a single DEBUG()
when not using --with-developer
Diffstat (limited to 'source/modules/getdate.y')
-rw-r--r-- | source/modules/getdate.y | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/source/modules/getdate.y b/source/modules/getdate.y index ecae7311ac8..aab37f4d235 100644 --- a/source/modules/getdate.y +++ b/source/modules/getdate.y @@ -25,10 +25,11 @@ the right thing about local DST. Unlike previous versions, this version is reentrant. */ -#include <config.h> - -#ifdef HAVE_ALLOCA_H -# include <alloca.h> +#ifdef HAVE_CONFIG_H +# include <config.h> +# ifdef HAVE_ALLOCA_H +# include <alloca.h> +# endif #endif /* Since the code of getdate.y is not included in the Emacs executable |