Skip to content

Commit

Permalink
[RUNTIME CHANGES NEEDED FOR v4.5.3] Changed version of runtime using …
Browse files Browse the repository at this point in the history
…misc/changev
  • Loading branch information
feeley committed Nov 2, 2009
1 parent 49de385 commit 691eee2
Show file tree
Hide file tree
Showing 18 changed files with 6,014 additions and 20,371 deletions.
26,345 changes: 5,994 additions & 20,351 deletions configure

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion configure.ac
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


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


AC_INIT(Gambit-C,v4.5.2,gambit@iro.umontreal.ca,gambc-v4_5_2) AC_INIT(Gambit-C,v4.5.3,gambit@iro.umontreal.ca,gambc-v4_5_3)


AC_CONFIG_HEADERS(include/config.h) AC_CONFIG_HEADERS(include/config.h)


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


#define ___VERSION 405002 #define ___VERSION 405003
#include "gambit.h" #include "gambit.h"


/* /*
Expand Down
4 changes: 2 additions & 2 deletions include/gambit.h.in
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
#error "___VERSION has not been set by includer" #error "___VERSION has not been set by includer"
#endif #endif


#if ___VERSION != 405002 #if ___VERSION != 405003
#include "gambit-not405002.h" #include "gambit-not405003.h"
#else #else


#ifndef ___GAMBIT_H #ifndef ___GAMBIT_H
Expand Down
2 changes: 1 addition & 1 deletion lib/c_intf.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/ */


#define ___INCLUDED_FROM_C_INTF #define ___INCLUDED_FROM_C_INTF
#define ___VERSION 405002 #define ___VERSION 405003
#include "gambit.h" #include "gambit.h"


#include "os_base.h" #include "os_base.h"
Expand Down
2 changes: 1 addition & 1 deletion lib/main.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* This is the driver of the Gambit-C system */ /* This is the driver of the Gambit-C system */


#define ___INCLUDED_FROM_MAIN #define ___INCLUDED_FROM_MAIN
#define ___VERSION 405002 #define ___VERSION 405003
#include "gambit.h" #include "gambit.h"


#include "os_base.h" #include "os_base.h"
Expand Down
2 changes: 1 addition & 1 deletion lib/mem.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* Copyright (c) 1994-2009 by Marc Feeley, All Rights Reserved. */ /* Copyright (c) 1994-2009 by Marc Feeley, All Rights Reserved. */


#define ___INCLUDED_FROM_MEM #define ___INCLUDED_FROM_MEM
#define ___VERSION 405002 #define ___VERSION 405003
#include "gambit.h" #include "gambit.h"


#include "os_base.h" #include "os_base.h"
Expand Down
2 changes: 1 addition & 1 deletion lib/os.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*/ */


#define ___INCLUDED_FROM_OS #define ___INCLUDED_FROM_OS
#define ___VERSION 405002 #define ___VERSION 405003
#include "gambit.h" #include "gambit.h"


#include "os_base.h" #include "os_base.h"
Expand Down
2 changes: 1 addition & 1 deletion lib/os_base.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/ */


#define ___INCLUDED_FROM_OS_BASE #define ___INCLUDED_FROM_OS_BASE
#define ___VERSION 405002 #define ___VERSION 405003
#include "gambit.h" #include "gambit.h"


#include "os_base.h" #include "os_base.h"
Expand Down
2 changes: 1 addition & 1 deletion lib/os_dyn.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/ */


#define ___INCLUDED_FROM_OS_DYN #define ___INCLUDED_FROM_OS_DYN
#define ___VERSION 405002 #define ___VERSION 405003
#include "gambit.h" #include "gambit.h"


#include "os_base.h" #include "os_base.h"
Expand Down
2 changes: 1 addition & 1 deletion lib/os_files.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/ */


#define ___INCLUDED_FROM_OS_FILES #define ___INCLUDED_FROM_OS_FILES
#define ___VERSION 405002 #define ___VERSION 405003
#include "gambit.h" #include "gambit.h"


#include "os_base.h" #include "os_base.h"
Expand Down
2 changes: 1 addition & 1 deletion lib/os_io.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/ */


#define ___INCLUDED_FROM_OS_IO #define ___INCLUDED_FROM_OS_IO
#define ___VERSION 405002 #define ___VERSION 405003
#include "gambit.h" #include "gambit.h"


#include "os_base.h" #include "os_base.h"
Expand Down
2 changes: 1 addition & 1 deletion lib/os_shell.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/ */


#define ___INCLUDED_FROM_OS_SHELL #define ___INCLUDED_FROM_OS_SHELL
#define ___VERSION 405002 #define ___VERSION 405003
#include "gambit.h" #include "gambit.h"


#include "os_base.h" #include "os_base.h"
Expand Down
2 changes: 1 addition & 1 deletion lib/os_time.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/ */


#define ___INCLUDED_FROM_OS_TIME #define ___INCLUDED_FROM_OS_TIME
#define ___VERSION 405002 #define ___VERSION 405003
#include "gambit.h" #include "gambit.h"


#include "os_base.h" #include "os_base.h"
Expand Down
2 changes: 1 addition & 1 deletion lib/os_tty.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/ */


#define ___INCLUDED_FROM_OS_TTY #define ___INCLUDED_FROM_OS_TTY
#define ___VERSION 405002 #define ___VERSION 405003
#include "gambit.h" #include "gambit.h"


#include "os_base.h" #include "os_base.h"
Expand Down
2 changes: 1 addition & 1 deletion lib/setup.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/ */


#define ___INCLUDED_FROM_SETUP #define ___INCLUDED_FROM_SETUP
#define ___VERSION 405002 #define ___VERSION 405003
#include "gambit.h" #include "gambit.h"


#include "os_base.h" #include "os_base.h"
Expand Down
2 changes: 1 addition & 1 deletion tests/client.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* ___VERSION must match the version number of the Gambit header file. * ___VERSION must match the version number of the Gambit header file.
*/ */


#define ___VERSION 405002 #define ___VERSION 405003
#include "gambit.h" #include "gambit.h"


/* /*
Expand Down
6 changes: 3 additions & 3 deletions tests/test5.ok
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifdef ___LINKER_INFO #ifdef ___LINKER_INFO
; File: "mix.c", produced by Gambit-C v4.5.2 ; File: "mix.c", produced by Gambit-C v4.5.3
( (
405002 405003
" mix" " mix"
(" mix") (" mix")
( (
Expand Down Expand Up @@ -397,7 +397,7 @@
#f #f
) )
#else #else
#define ___VERSION 405002 #define ___VERSION 405003
#define ___MODULE_NAME " mix" #define ___MODULE_NAME " mix"
#define ___LINKER_ID ____20_mix #define ___LINKER_ID ____20_mix
#define ___MH_PROC ___H__20_mix #define ___MH_PROC ___H__20_mix
Expand Down

0 comments on commit 691eee2

Please sign in to comment.