Skip to content

Commit

Permalink
[RUNTIME CHANGES NEEDED FOR v4.6.7] Changed version of runtime using …
Browse files Browse the repository at this point in the history
…misc/changev
  • Loading branch information
feeley committed Feb 20, 2013
1 parent 13955bf commit 6e802a1
Show file tree
Hide file tree
Showing 57 changed files with 174,929 additions and 113,547 deletions.
236 changes: 123 additions & 113 deletions configure

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -4,7 +4,7 @@

# Process this file with autoconf to produce a configure script.

AC_INIT(Gambit-C,v4.6.6,gambit@iro.umontreal.ca,gambc-v4_6_6)
AC_INIT(Gambit-C,v4.6.7,gambit@iro.umontreal.ca,gambc-v4_6_7)

AC_CONFIG_HEADERS(include/config.h)

Expand Down
2 changes: 1 addition & 1 deletion contrib/GambitREPL/ViewController.m
Expand Up @@ -26,7 +26,7 @@ @implementation ViewController
* ___VERSION must match the version number of the Gambit header file.
*/

#define ___VERSION 406005
#define ___VERSION 406007
#include "gambit.h"

/*
Expand Down
2 changes: 1 addition & 1 deletion examples/pthread/pthread.c
Expand Up @@ -9,7 +9,7 @@
* ___VERSION must match the version number of the Gambit header file.
*/

#define ___VERSION 406006
#define ___VERSION 406007
#include "gambit.h"

/*
Expand Down
1,752 changes: 1,007 additions & 745 deletions gsc/_asm.c

Large diffs are not rendered by default.

15 changes: 9 additions & 6 deletions gsc/_assert.c
@@ -1,7 +1,7 @@
#ifdef ___LINKER_INFO
; File: "_assert.c", produced by Gambit-C v4.6.6
; File: "_assert.c", produced by Gambit-C v4.6.7
(
406006
406007
" _assert"
(" _assert")
(
Expand All @@ -18,14 +18,14 @@
#f
)
#else
#define ___VERSION 406006
#define ___VERSION 406007
#define ___MODULE_NAME " _assert"
#define ___LINKER_ID ____20___assert
#define ___MH_PROC ___H__20___assert
#define ___SCRIPT_LINE 0
#define ___GLO_COUNT 1
#define ___SUP_COUNT 1
#define ___LBL_COUNT 2
#define ___GLOCOUNT 1
#define ___SUPCOUNT 1
#define ___LBLCOUNT 2
#include "gambit.h"

___NEED_GLO(___G__20___assert)
Expand All @@ -34,6 +34,9 @@ ___BEGIN_GLO
___DEF_GLO(0," _assert")
___END_GLO

#define ___GLO__20___assert ___GLO(0,___G__20___assert)
#define ___PRM__20___assert ___PRM(0,___G__20___assert)


#undef ___MD_ALL
#define ___MD_ALL ___D_R0 ___D_R1
Expand Down
753 changes: 543 additions & 210 deletions gsc/_back.c

Large diffs are not rendered by default.

791 changes: 717 additions & 74 deletions gsc/_codegen.c

Large diffs are not rendered by default.

221 changes: 196 additions & 25 deletions gsc/_env.c

Large diffs are not rendered by default.

2,364 changes: 1,585 additions & 779 deletions gsc/_front.c

Large diffs are not rendered by default.

0 comments on commit 6e802a1

Please sign in to comment.