standalone-ruby 1.5.0 → 1.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +53 -44
- data/bin/standalone-ruby +3 -3
- data/lib/data/c_compilers/tcc/include/_mingw.h +54 -54
- data/lib/data/c_compilers/tcc/include/assert.h +71 -71
- data/lib/data/c_compilers/tcc/include/conio.h +159 -159
- data/lib/data/c_compilers/tcc/include/ctype.h +232 -232
- data/lib/data/c_compilers/tcc/include/dir.h +26 -26
- data/lib/data/c_compilers/tcc/include/direct.h +95 -95
- data/lib/data/c_compilers/tcc/include/dirent.h +96 -96
- data/lib/data/c_compilers/tcc/include/dos.h +110 -110
- data/lib/data/c_compilers/tcc/include/errno.h +117 -117
- data/lib/data/c_compilers/tcc/include/excpt.h +20 -20
- data/lib/data/c_compilers/tcc/include/fcntl.h +135 -135
- data/lib/data/c_compilers/tcc/include/fenv.h +85 -85
- data/lib/data/c_compilers/tcc/include/float.h +224 -224
- data/lib/data/c_compilers/tcc/include/inttypes.h +275 -275
- data/lib/data/c_compilers/tcc/include/io.h +296 -296
- data/lib/data/c_compilers/tcc/include/limits.h +115 -115
- data/lib/data/c_compilers/tcc/include/locale.h +100 -100
- data/lib/data/c_compilers/tcc/include/malloc.h +87 -87
- data/lib/data/c_compilers/tcc/include/math.h +438 -438
- data/lib/data/c_compilers/tcc/include/mem.h +8 -8
- data/lib/data/c_compilers/tcc/include/memory.h +9 -9
- data/lib/data/c_compilers/tcc/include/process.h +158 -158
- data/lib/data/c_compilers/tcc/include/setjmp.h +72 -72
- data/lib/data/c_compilers/tcc/include/share.h +44 -44
- data/lib/data/c_compilers/tcc/include/signal.h +111 -111
- data/lib/data/c_compilers/tcc/include/stdarg.h +16 -16
- data/lib/data/c_compilers/tcc/include/stdbool.h +10 -10
- data/lib/data/c_compilers/tcc/include/stddef.h +26 -26
- data/lib/data/c_compilers/tcc/include/stdint.h +184 -184
- data/lib/data/c_compilers/tcc/include/stdio.h +413 -413
- data/lib/data/c_compilers/tcc/include/stdlib.h +482 -482
- data/lib/data/c_compilers/tcc/include/string.h +206 -206
- data/lib/data/c_compilers/tcc/include/sys/fcntl.h +8 -8
- data/lib/data/c_compilers/tcc/include/sys/file.h +9 -9
- data/lib/data/c_compilers/tcc/include/sys/locking.h +52 -52
- data/lib/data/c_compilers/tcc/include/sys/stat.h +190 -190
- data/lib/data/c_compilers/tcc/include/sys/time.h +3 -3
- data/lib/data/c_compilers/tcc/include/sys/timeb.h +82 -82
- data/lib/data/c_compilers/tcc/include/sys/types.h +118 -118
- data/lib/data/c_compilers/tcc/include/sys/unistd.h +9 -9
- data/lib/data/c_compilers/tcc/include/sys/utime.h +89 -89
- data/lib/data/c_compilers/tcc/include/tchar.h +367 -367
- data/lib/data/c_compilers/tcc/include/time.h +219 -219
- data/lib/data/c_compilers/tcc/include/unistd.h +10 -10
- data/lib/data/c_compilers/tcc/include/values.h +4 -4
- data/lib/data/c_compilers/tcc/include/varargs.h +11 -11
- data/lib/data/c_compilers/tcc/include/wchar.h +318 -318
- data/lib/data/c_compilers/tcc/include/wctype.h +127 -127
- data/lib/data/c_compilers/tcc/include/winapi/basetsd.h +119 -119
- data/lib/data/c_compilers/tcc/include/winapi/basetyps.h +144 -144
- data/lib/data/c_compilers/tcc/include/winapi/winbase.h +1852 -1852
- data/lib/data/c_compilers/tcc/include/winapi/wincon.h +207 -207
- data/lib/data/c_compilers/tcc/include/winapi/windef.h +240 -240
- data/lib/data/c_compilers/tcc/include/winapi/windows.h +176 -176
- data/lib/data/c_compilers/tcc/include/winapi/winerror.h +1054 -1054
- data/lib/data/c_compilers/tcc/include/winapi/wingdi.h +2843 -2843
- data/lib/data/c_compilers/tcc/include/winapi/winnetwk.h +346 -346
- data/lib/data/c_compilers/tcc/include/winapi/winnls.h +651 -651
- data/lib/data/c_compilers/tcc/include/winapi/winnt.h +2667 -2667
- data/lib/data/c_compilers/tcc/include/winapi/winreg.h +159 -159
- data/lib/data/c_compilers/tcc/include/winapi/winsvc.h +309 -309
- data/lib/data/c_compilers/tcc/include/winapi/winuser.h +3472 -3472
- data/lib/data/c_compilers/tcc/include/winapi/winver.h +133 -133
- data/lib/data/c_compilers/tcc/lib/gdi32.def +337 -337
- data/lib/data/c_compilers/tcc/lib/kernel32.def +763 -763
- data/lib/data/c_compilers/tcc/lib/msvcrt.def +782 -782
- data/lib/data/c_compilers/tcc/lib/user32.def +654 -654
- data/lib/data/exe_templates/launcher_stub.c +29 -29
- data/lib/data/exe_templates/launcher_stub.cpp +31 -31
- data/lib/data/launcher_templates/vbs/default_vbs.txt +7 -7
- data/lib/data/launcher_templates/vbs/vbs_gui.txt +8 -8
- data/lib/data/resource_files/default.rc +17 -17
- data/lib/displayer.rb +63 -65
- data/lib/exe_packer.rb +72 -82
- data/lib/launcher.rb +58 -84
- data/lib/launcher_handler.rb +40 -52
- data/lib/parameter_parser.rb +215 -210
- data/lib/ruby_copy.rb +48 -26
- data/lib/standalone_ruby.rb +6 -6
- data/lib/version/version.rb +2 -2
- metadata +3 -89
- data/lib/data/bat-cmd/default_bat_cmd.txt +0 -9
- data/lib/data/exe_template/launcher_stub.c +0 -30
- data/lib/data/exe_template/launcher_stub.cpp +0 -9
- data/lib/data/tcc/include/_mingw.h +0 -54
- data/lib/data/tcc/include/assert.h +0 -71
- data/lib/data/tcc/include/conio.h +0 -159
- data/lib/data/tcc/include/ctype.h +0 -232
- data/lib/data/tcc/include/dir.h +0 -26
- data/lib/data/tcc/include/direct.h +0 -95
- data/lib/data/tcc/include/dirent.h +0 -96
- data/lib/data/tcc/include/dos.h +0 -110
- data/lib/data/tcc/include/errno.h +0 -117
- data/lib/data/tcc/include/excpt.h +0 -20
- data/lib/data/tcc/include/fcntl.h +0 -135
- data/lib/data/tcc/include/fenv.h +0 -85
- data/lib/data/tcc/include/float.h +0 -224
- data/lib/data/tcc/include/inttypes.h +0 -275
- data/lib/data/tcc/include/io.h +0 -296
- data/lib/data/tcc/include/limits.h +0 -115
- data/lib/data/tcc/include/locale.h +0 -100
- data/lib/data/tcc/include/malloc.h +0 -87
- data/lib/data/tcc/include/math.h +0 -438
- data/lib/data/tcc/include/mem.h +0 -8
- data/lib/data/tcc/include/memory.h +0 -9
- data/lib/data/tcc/include/process.h +0 -158
- data/lib/data/tcc/include/setjmp.h +0 -72
- data/lib/data/tcc/include/share.h +0 -44
- data/lib/data/tcc/include/signal.h +0 -111
- data/lib/data/tcc/include/stdarg.h +0 -16
- data/lib/data/tcc/include/stdbool.h +0 -10
- data/lib/data/tcc/include/stddef.h +0 -26
- data/lib/data/tcc/include/stdint.h +0 -184
- data/lib/data/tcc/include/stdio.h +0 -413
- data/lib/data/tcc/include/stdlib.h +0 -482
- data/lib/data/tcc/include/string.h +0 -206
- data/lib/data/tcc/include/sys/fcntl.h +0 -8
- data/lib/data/tcc/include/sys/file.h +0 -9
- data/lib/data/tcc/include/sys/locking.h +0 -52
- data/lib/data/tcc/include/sys/stat.h +0 -190
- data/lib/data/tcc/include/sys/time.h +0 -3
- data/lib/data/tcc/include/sys/timeb.h +0 -82
- data/lib/data/tcc/include/sys/types.h +0 -118
- data/lib/data/tcc/include/sys/unistd.h +0 -9
- data/lib/data/tcc/include/sys/utime.h +0 -89
- data/lib/data/tcc/include/tchar.h +0 -367
- data/lib/data/tcc/include/time.h +0 -219
- data/lib/data/tcc/include/unistd.h +0 -10
- data/lib/data/tcc/include/values.h +0 -4
- data/lib/data/tcc/include/varargs.h +0 -11
- data/lib/data/tcc/include/wchar.h +0 -318
- data/lib/data/tcc/include/wctype.h +0 -127
- data/lib/data/tcc/include/winapi/basetsd.h +0 -119
- data/lib/data/tcc/include/winapi/basetyps.h +0 -144
- data/lib/data/tcc/include/winapi/winbase.h +0 -1852
- data/lib/data/tcc/include/winapi/wincon.h +0 -207
- data/lib/data/tcc/include/winapi/windef.h +0 -240
- data/lib/data/tcc/include/winapi/windows.h +0 -176
- data/lib/data/tcc/include/winapi/winerror.h +0 -1054
- data/lib/data/tcc/include/winapi/wingdi.h +0 -2843
- data/lib/data/tcc/include/winapi/winnetwk.h +0 -346
- data/lib/data/tcc/include/winapi/winnls.h +0 -651
- data/lib/data/tcc/include/winapi/winnt.h +0 -2667
- data/lib/data/tcc/include/winapi/winreg.h +0 -159
- data/lib/data/tcc/include/winapi/winsvc.h +0 -309
- data/lib/data/tcc/include/winapi/winuser.h +0 -3472
- data/lib/data/tcc/include/winapi/winver.h +0 -133
- data/lib/data/tcc/lib/gdi32.def +0 -337
- data/lib/data/tcc/lib/kernel32.def +0 -763
- data/lib/data/tcc/lib/libtcc1.a +0 -0
- data/lib/data/tcc/lib/msvcrt.def +0 -782
- data/lib/data/tcc/lib/user32.def +0 -654
- data/lib/data/tcc/tcc.exe +0 -0
- data/lib/data/tcc/tiny_impdef.exe +0 -0
- data/lib/data/tcc/tiny_libmaker.exe +0 -0
- data/lib/data/vbs/default_vbs.txt +0 -7
- data/lib/data/vbs/vbs_gui.txt +0 -8
- data/lib/logger_helper.rb +0 -24
- data/lib/sfx_generator.rb +0 -11
- data/lib/utils/config_generator.rb +0 -5
- data/lib/utils/displayer.rb +0 -64
- data/lib/utils/exe_packer.rb +0 -72
- data/lib/utils/launcher.rb +0 -77
- data/lib/utils/launcher_handler.rb +0 -111
- data/lib/utils/logger_helper.rb +0 -24
- data/lib/utils/parameter_parser.rb +0 -211
- data/lib/utils/ruby_copy.rb +0 -26
@@ -1,111 +1,111 @@
|
|
1
|
-
/*
|
2
|
-
* signal.h
|
3
|
-
*
|
4
|
-
* A way to set handlers for exceptional conditions (also known as signals).
|
5
|
-
*
|
6
|
-
* This file is part of the Mingw32 package.
|
7
|
-
*
|
8
|
-
* Contributors:
|
9
|
-
* Created by Colin Peters <colin@bird.fu.is.saga-u.ac.jp>
|
10
|
-
*
|
11
|
-
* THIS SOFTWARE IS NOT COPYRIGHTED
|
12
|
-
*
|
13
|
-
* This source code is offered for use in the public domain. You may
|
14
|
-
* use, modify or distribute it freely.
|
15
|
-
*
|
16
|
-
* This code is distributed in the hope that it will be useful but
|
17
|
-
* WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
|
18
|
-
* DISCLAIMED. This includes but is not limited to warranties of
|
19
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
20
|
-
*
|
21
|
-
* $Revision: 1.2 $
|
22
|
-
* $Author: bellard $
|
23
|
-
* $Date: 2005/04/17 13:14:29 $
|
24
|
-
*
|
25
|
-
*/
|
26
|
-
|
27
|
-
#ifndef _SIGNAL_H_
|
28
|
-
#define _SIGNAL_H_
|
29
|
-
|
30
|
-
/* All the headers include this file. */
|
31
|
-
#include <_mingw.h>
|
32
|
-
|
33
|
-
/*
|
34
|
-
* The actual signal values. Using other values with signal
|
35
|
-
* produces a SIG_ERR return value.
|
36
|
-
*
|
37
|
-
* NOTE: SIGINT is produced when the user presses Ctrl-C.
|
38
|
-
* SIGILL has not been tested.
|
39
|
-
* SIGFPE doesn't seem to work?
|
40
|
-
* SIGSEGV does not catch writing to a NULL pointer (that shuts down
|
41
|
-
* your app; can you say "segmentation violation core dump"?).
|
42
|
-
* SIGTERM comes from what kind of termination request exactly?
|
43
|
-
* SIGBREAK is indeed produced by pressing Ctrl-Break.
|
44
|
-
* SIGABRT is produced by calling abort.
|
45
|
-
* TODO: The above results may be related to not installing an appropriate
|
46
|
-
* structured exception handling frame. Results may be better if I ever
|
47
|
-
* manage to get the SEH stuff down.
|
48
|
-
*/
|
49
|
-
#define SIGINT 2 /* Interactive attention */
|
50
|
-
#define SIGILL 4 /* Illegal instruction */
|
51
|
-
#define SIGFPE 8 /* Floating point error */
|
52
|
-
#define SIGSEGV 11 /* Segmentation violation */
|
53
|
-
#define SIGTERM 15 /* Termination request */
|
54
|
-
#define SIGBREAK 21 /* Control-break */
|
55
|
-
#define SIGABRT 22 /* Abnormal termination (abort) */
|
56
|
-
|
57
|
-
#define NSIG 23 /* maximum signal number + 1 */
|
58
|
-
|
59
|
-
#ifndef RC_INVOKED
|
60
|
-
|
61
|
-
#ifndef _SIG_ATOMIC_T_DEFINED
|
62
|
-
typedef int sig_atomic_t;
|
63
|
-
#define _SIG_ATOMIC_T_DEFINED
|
64
|
-
#endif
|
65
|
-
|
66
|
-
/*
|
67
|
-
* The prototypes (below) are the easy part. The hard part is figuring
|
68
|
-
* out what signals are available and what numbers they are assigned
|
69
|
-
* along with appropriate values of SIG_DFL and SIG_IGN.
|
70
|
-
*/
|
71
|
-
|
72
|
-
/*
|
73
|
-
* A pointer to a signal handler function. A signal handler takes a
|
74
|
-
* single int, which is the signal it handles.
|
75
|
-
*/
|
76
|
-
typedef void (*__p_sig_fn_t)(int);
|
77
|
-
|
78
|
-
/*
|
79
|
-
* These are special values of signal handler pointers which are
|
80
|
-
* used to send a signal to the default handler (SIG_DFL), ignore
|
81
|
-
* the signal (SIG_IGN), or indicate an error return (SIG_ERR).
|
82
|
-
*/
|
83
|
-
#define SIG_DFL ((__p_sig_fn_t) 0)
|
84
|
-
#define SIG_IGN ((__p_sig_fn_t) 1)
|
85
|
-
#define SIG_ERR ((__p_sig_fn_t) -1)
|
86
|
-
|
87
|
-
#ifdef __cplusplus
|
88
|
-
extern "C" {
|
89
|
-
#endif
|
90
|
-
|
91
|
-
/*
|
92
|
-
* Call signal to set the signal handler for signal sig to the
|
93
|
-
* function pointed to by handler. Returns a pointer to the
|
94
|
-
* previous handler, or SIG_ERR if an error occurs. Initially
|
95
|
-
* unhandled signals defined above will return SIG_DFL.
|
96
|
-
*/
|
97
|
-
__p_sig_fn_t signal(int, __p_sig_fn_t);
|
98
|
-
|
99
|
-
/*
|
100
|
-
* Raise the signal indicated by sig. Returns non-zero on success.
|
101
|
-
*/
|
102
|
-
int raise (int);
|
103
|
-
|
104
|
-
#ifdef __cplusplus
|
105
|
-
}
|
106
|
-
#endif
|
107
|
-
|
108
|
-
#endif /* Not RC_INVOKED */
|
109
|
-
|
110
|
-
#endif /* Not _SIGNAL_H_ */
|
111
|
-
|
1
|
+
/*
|
2
|
+
* signal.h
|
3
|
+
*
|
4
|
+
* A way to set handlers for exceptional conditions (also known as signals).
|
5
|
+
*
|
6
|
+
* This file is part of the Mingw32 package.
|
7
|
+
*
|
8
|
+
* Contributors:
|
9
|
+
* Created by Colin Peters <colin@bird.fu.is.saga-u.ac.jp>
|
10
|
+
*
|
11
|
+
* THIS SOFTWARE IS NOT COPYRIGHTED
|
12
|
+
*
|
13
|
+
* This source code is offered for use in the public domain. You may
|
14
|
+
* use, modify or distribute it freely.
|
15
|
+
*
|
16
|
+
* This code is distributed in the hope that it will be useful but
|
17
|
+
* WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
|
18
|
+
* DISCLAIMED. This includes but is not limited to warranties of
|
19
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
20
|
+
*
|
21
|
+
* $Revision: 1.2 $
|
22
|
+
* $Author: bellard $
|
23
|
+
* $Date: 2005/04/17 13:14:29 $
|
24
|
+
*
|
25
|
+
*/
|
26
|
+
|
27
|
+
#ifndef _SIGNAL_H_
|
28
|
+
#define _SIGNAL_H_
|
29
|
+
|
30
|
+
/* All the headers include this file. */
|
31
|
+
#include <_mingw.h>
|
32
|
+
|
33
|
+
/*
|
34
|
+
* The actual signal values. Using other values with signal
|
35
|
+
* produces a SIG_ERR return value.
|
36
|
+
*
|
37
|
+
* NOTE: SIGINT is produced when the user presses Ctrl-C.
|
38
|
+
* SIGILL has not been tested.
|
39
|
+
* SIGFPE doesn't seem to work?
|
40
|
+
* SIGSEGV does not catch writing to a NULL pointer (that shuts down
|
41
|
+
* your app; can you say "segmentation violation core dump"?).
|
42
|
+
* SIGTERM comes from what kind of termination request exactly?
|
43
|
+
* SIGBREAK is indeed produced by pressing Ctrl-Break.
|
44
|
+
* SIGABRT is produced by calling abort.
|
45
|
+
* TODO: The above results may be related to not installing an appropriate
|
46
|
+
* structured exception handling frame. Results may be better if I ever
|
47
|
+
* manage to get the SEH stuff down.
|
48
|
+
*/
|
49
|
+
#define SIGINT 2 /* Interactive attention */
|
50
|
+
#define SIGILL 4 /* Illegal instruction */
|
51
|
+
#define SIGFPE 8 /* Floating point error */
|
52
|
+
#define SIGSEGV 11 /* Segmentation violation */
|
53
|
+
#define SIGTERM 15 /* Termination request */
|
54
|
+
#define SIGBREAK 21 /* Control-break */
|
55
|
+
#define SIGABRT 22 /* Abnormal termination (abort) */
|
56
|
+
|
57
|
+
#define NSIG 23 /* maximum signal number + 1 */
|
58
|
+
|
59
|
+
#ifndef RC_INVOKED
|
60
|
+
|
61
|
+
#ifndef _SIG_ATOMIC_T_DEFINED
|
62
|
+
typedef int sig_atomic_t;
|
63
|
+
#define _SIG_ATOMIC_T_DEFINED
|
64
|
+
#endif
|
65
|
+
|
66
|
+
/*
|
67
|
+
* The prototypes (below) are the easy part. The hard part is figuring
|
68
|
+
* out what signals are available and what numbers they are assigned
|
69
|
+
* along with appropriate values of SIG_DFL and SIG_IGN.
|
70
|
+
*/
|
71
|
+
|
72
|
+
/*
|
73
|
+
* A pointer to a signal handler function. A signal handler takes a
|
74
|
+
* single int, which is the signal it handles.
|
75
|
+
*/
|
76
|
+
typedef void (*__p_sig_fn_t)(int);
|
77
|
+
|
78
|
+
/*
|
79
|
+
* These are special values of signal handler pointers which are
|
80
|
+
* used to send a signal to the default handler (SIG_DFL), ignore
|
81
|
+
* the signal (SIG_IGN), or indicate an error return (SIG_ERR).
|
82
|
+
*/
|
83
|
+
#define SIG_DFL ((__p_sig_fn_t) 0)
|
84
|
+
#define SIG_IGN ((__p_sig_fn_t) 1)
|
85
|
+
#define SIG_ERR ((__p_sig_fn_t) -1)
|
86
|
+
|
87
|
+
#ifdef __cplusplus
|
88
|
+
extern "C" {
|
89
|
+
#endif
|
90
|
+
|
91
|
+
/*
|
92
|
+
* Call signal to set the signal handler for signal sig to the
|
93
|
+
* function pointed to by handler. Returns a pointer to the
|
94
|
+
* previous handler, or SIG_ERR if an error occurs. Initially
|
95
|
+
* unhandled signals defined above will return SIG_DFL.
|
96
|
+
*/
|
97
|
+
__p_sig_fn_t signal(int, __p_sig_fn_t);
|
98
|
+
|
99
|
+
/*
|
100
|
+
* Raise the signal indicated by sig. Returns non-zero on success.
|
101
|
+
*/
|
102
|
+
int raise (int);
|
103
|
+
|
104
|
+
#ifdef __cplusplus
|
105
|
+
}
|
106
|
+
#endif
|
107
|
+
|
108
|
+
#endif /* Not RC_INVOKED */
|
109
|
+
|
110
|
+
#endif /* Not _SIGNAL_H_ */
|
111
|
+
|
@@ -1,16 +1,16 @@
|
|
1
|
-
#ifndef _STDARG_H
|
2
|
-
#define _STDARG_H
|
3
|
-
|
4
|
-
typedef char *va_list;
|
5
|
-
|
6
|
-
/* only correct for i386 */
|
7
|
-
#define va_start(ap,last) ap = ((char *)&(last)) + ((sizeof(last)+3)&~3)
|
8
|
-
#define va_arg(ap,type) (ap += (sizeof(type)+3)&~3, *(type *)(ap - ((sizeof(type)+3)&~3)))
|
9
|
-
#define va_copy(dest, src) (dest) = (src)
|
10
|
-
#define va_end(ap)
|
11
|
-
|
12
|
-
/* fix a buggy dependency on GCC in libio.h */
|
13
|
-
typedef va_list __gnuc_va_list;
|
14
|
-
#define _VA_LIST_DEFINED
|
15
|
-
|
16
|
-
#endif
|
1
|
+
#ifndef _STDARG_H
|
2
|
+
#define _STDARG_H
|
3
|
+
|
4
|
+
typedef char *va_list;
|
5
|
+
|
6
|
+
/* only correct for i386 */
|
7
|
+
#define va_start(ap,last) ap = ((char *)&(last)) + ((sizeof(last)+3)&~3)
|
8
|
+
#define va_arg(ap,type) (ap += (sizeof(type)+3)&~3, *(type *)(ap - ((sizeof(type)+3)&~3)))
|
9
|
+
#define va_copy(dest, src) (dest) = (src)
|
10
|
+
#define va_end(ap)
|
11
|
+
|
12
|
+
/* fix a buggy dependency on GCC in libio.h */
|
13
|
+
typedef va_list __gnuc_va_list;
|
14
|
+
#define _VA_LIST_DEFINED
|
15
|
+
|
16
|
+
#endif
|
@@ -1,10 +1,10 @@
|
|
1
|
-
#ifndef _STDBOOL_H
|
2
|
-
#define _STDBOOL_H
|
3
|
-
|
4
|
-
/* ISOC99 boolean */
|
5
|
-
|
6
|
-
#define bool _Bool
|
7
|
-
#define true 1
|
8
|
-
#define false 0
|
9
|
-
|
10
|
-
#endif /* _STDBOOL_H */
|
1
|
+
#ifndef _STDBOOL_H
|
2
|
+
#define _STDBOOL_H
|
3
|
+
|
4
|
+
/* ISOC99 boolean */
|
5
|
+
|
6
|
+
#define bool _Bool
|
7
|
+
#define true 1
|
8
|
+
#define false 0
|
9
|
+
|
10
|
+
#endif /* _STDBOOL_H */
|
@@ -1,26 +1,26 @@
|
|
1
|
-
#ifndef _STDDEF_H
|
2
|
-
#define _STDDEF_H
|
3
|
-
|
4
|
-
#define NULL ((void *)0)
|
5
|
-
typedef __SIZE_TYPE__ size_t;
|
6
|
-
typedef __WCHAR_TYPE__ wchar_t;
|
7
|
-
typedef __PTRDIFF_TYPE__ ptrdiff_t;
|
8
|
-
#define offsetof(type, field) ((size_t) &((type *)0)->field)
|
9
|
-
|
10
|
-
/* need to do that because of glibc 2.1 bug (should have a way to test
|
11
|
-
presence of 'long long' without __GNUC__, or TCC should define
|
12
|
-
__GNUC__ ? */
|
13
|
-
#if !defined(__int8_t_defined) && !defined(__dietlibc__)
|
14
|
-
#define __int8_t_defined
|
15
|
-
typedef char int8_t;
|
16
|
-
typedef short int int16_t;
|
17
|
-
typedef int int32_t;
|
18
|
-
typedef long long int int64_t;
|
19
|
-
#endif
|
20
|
-
|
21
|
-
#ifdef __i386__
|
22
|
-
void *_alloca(size_t);
|
23
|
-
#define alloca _alloca
|
24
|
-
#endif
|
25
|
-
|
26
|
-
#endif
|
1
|
+
#ifndef _STDDEF_H
|
2
|
+
#define _STDDEF_H
|
3
|
+
|
4
|
+
#define NULL ((void *)0)
|
5
|
+
typedef __SIZE_TYPE__ size_t;
|
6
|
+
typedef __WCHAR_TYPE__ wchar_t;
|
7
|
+
typedef __PTRDIFF_TYPE__ ptrdiff_t;
|
8
|
+
#define offsetof(type, field) ((size_t) &((type *)0)->field)
|
9
|
+
|
10
|
+
/* need to do that because of glibc 2.1 bug (should have a way to test
|
11
|
+
presence of 'long long' without __GNUC__, or TCC should define
|
12
|
+
__GNUC__ ? */
|
13
|
+
#if !defined(__int8_t_defined) && !defined(__dietlibc__)
|
14
|
+
#define __int8_t_defined
|
15
|
+
typedef char int8_t;
|
16
|
+
typedef short int int16_t;
|
17
|
+
typedef int int32_t;
|
18
|
+
typedef long long int int64_t;
|
19
|
+
#endif
|
20
|
+
|
21
|
+
#ifdef __i386__
|
22
|
+
void *_alloca(size_t);
|
23
|
+
#define alloca _alloca
|
24
|
+
#endif
|
25
|
+
|
26
|
+
#endif
|