Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pikelang
pike
Commits
b7080760
Commit
b7080760
authored
22 years ago
by
Henrik (Grubba) Grubbström
Browse files
Options
Downloads
Patches
Plain Diff
Improved support for tcc.
Rev: src/global.h:1.74
parent
9bede647
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/global.h
+1
-22
1 addition, 22 deletions
src/global.h
with
1 addition
and
22 deletions
src/global.h
+
1
−
22
View file @
b7080760
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
\*/
\*/
/*
/*
* $Id: global.h,v 1.7
3
2002/
09/13 15:35:48 mast
Exp $
* $Id: global.h,v 1.7
4
2002/
10/05 17:15:19 grubba
Exp $
*/
*/
#ifndef GLOBAL_H
#ifndef GLOBAL_H
#define GLOBAL_H
#define GLOBAL_H
...
@@ -14,17 +14,6 @@
...
@@ -14,17 +14,6 @@
#define __NT__
#define __NT__
#endif
#endif
/* The worlds most stringent C compiler? */
#ifdef __TenDRA__
/* We want to be able to use 64bit arithmetic */
#pragma TenDRA longlong type allow
#pragma TenDRA set longlong type : long long
#ifdef _NO_LONGLONG
#undef _NO_LONGLONG
#endif
/* _NO_LONGLONG */
#endif
/* __TenDRA__ */
#ifndef _LARGEFILE_SOURCE
#ifndef _LARGEFILE_SOURCE
# define _FILE_OFFSET_BITS 64
# define _FILE_OFFSET_BITS 64
# define _LARGEFILE_SOURCE
# define _LARGEFILE_SOURCE
...
@@ -46,16 +35,6 @@
...
@@ -46,16 +35,6 @@
#define __BUILTIN_VA_ARG_INCR 1
#define __BUILTIN_VA_ARG_INCR 1
#endif
/* !__BUILTIN_VA_ARG_INCR */
#endif
/* !__BUILTIN_VA_ARG_INCR */
/* Get more declarations in GNU libc. */
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
/* Get more declarations from AIX libc. */
#ifndef _ALL_SOURCE
#define _ALL_SOURCE
#endif
/*
/*
* Some structure forward declarations are needed.
* Some structure forward declarations are needed.
*/
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment