mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 01:30:27 +02:00
* Removed uses of DEBUG_EXTENSIONS and DYNAMIC_LINKING to
fix compile errors with --disable-deprecated.
This commit is contained in:
parent
1ac61c2b50
commit
d0f6ceb84f
16 changed files with 18 additions and 87 deletions
|
@ -214,9 +214,6 @@ scm_casei_streq (char *s1, char *s2)
|
|||
/* recsexpr is used when recording expressions
|
||||
* constructed by read:sharp.
|
||||
*/
|
||||
#ifndef DEBUG_EXTENSIONS
|
||||
#define recsexpr(obj, line, column, filename) (obj)
|
||||
#else
|
||||
static SCM
|
||||
recsexpr (SCM obj, long line, int column, SCM filename)
|
||||
{
|
||||
|
@ -262,7 +259,6 @@ recsexpr (SCM obj, long line, int column, SCM filename)
|
|||
return obj;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
/* Consume an SCSH-style block comment. Assume that we've already
|
||||
read the initial `#!', and eat characters until we get a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue