mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-24 12:20:20 +02:00
*** empty log message ***
This commit is contained in:
parent
2d5881d5fe
commit
52591c8068
2 changed files with 39 additions and 1 deletions
6
HACKING
6
HACKING
|
@ -125,5 +125,11 @@ same when you add new procedures/C functions for debugging purpose.
|
|||
You can define the GUILE_DEBUG flag by passing --enable-guile-debug to
|
||||
the configure script.
|
||||
|
||||
- You'll see uses of the macro SCM_P scattered throughout the code;
|
||||
those are vestiges of a time when Guile was meant to compile on
|
||||
pre-ANSI compilers. Guile now requires ANSI C, so when you write new
|
||||
functions, feel free to use ANSI declarations, and please provide
|
||||
prototypes for everything.
|
||||
|
||||
|
||||
Jim Blandy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue