mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-28 22:10:29 +02:00
Prepare for the first alpha release of lightning 2.0.
This commit is contained in:
parent
3356b9d93a
commit
ce6ab1f09e
34 changed files with 76 additions and 48 deletions
|
@ -824,7 +824,7 @@ marker in the code.
|
|||
with double arguments, but it is a good practice to properly describe
|
||||
the @r{@dots{}} in the call sequence.
|
||||
|
||||
@itemx jit_pushargi((jit_word_t)"generated %d bytes\n");
|
||||
@item jit_pushargi((jit_word_t)"generated %d bytes\n");
|
||||
Note the use of the @code{(jit_word_t)} cast, that is used only
|
||||
to avoid a compiler warning, due to using a pointer where a
|
||||
wordsize integer type was expected.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@set UPDATED 24 January 2013
|
||||
@set UPDATED-MONTH January 2013
|
||||
@set EDITION 2.0
|
||||
@set VERSION 2.0
|
||||
@set EDITION 1.99
|
||||
@set VERSION 1.99
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue