Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alex D
GHC
Commits
5c7eeb55
Commit
5c7eeb55
authored
Jan 07, 2002
by
sof
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[project @ 2002-01-07 20:46:52 by sof]
remove debugging bits
parent
e1cb5367
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
aclocal.m4
aclocal.m4
+3
-4
No files found.
aclocal.m4
View file @
5c7eeb55
dnl $Id: aclocal.m4,v 1.9
1 2002/01/07 20:24:23
sof Exp $
dnl $Id: aclocal.m4,v 1.9
2 2002/01/07 20:46:52
sof Exp $
dnl
dnl
dnl Extra autoconf macros for the Glasgow fptools
dnl Extra autoconf macros for the Glasgow fptools
dnl
dnl
...
@@ -636,7 +636,7 @@ AC_CACHE_VAL(AC_CV_NAME,
...
@@ -636,7 +636,7 @@ AC_CACHE_VAL(AC_CV_NAME,
typedef $1 testing;
typedef $1 testing;
main() {
main() {
FILE *f=fopen("conftestval
2
", "w");
FILE *f=fopen("conftestval", "w");
if (!f) exit(1);
if (!f) exit(1);
if (((testing)((int)((testing)1.4))) == ((testing)1.4)) {
if (((testing)((int)((testing)1.4))) == ((testing)1.4)) {
fprintf(f, "%s%d\n",
fprintf(f, "%s%d\n",
...
@@ -649,8 +649,7 @@ main() {
...
@@ -649,8 +649,7 @@ main() {
}
}
fclose(f);
fclose(f);
exit(0);
exit(0);
}], AC_CV_NAME=`cat conftestval2`,
}], AC_CV_NAME=`cat conftestval`,
echo $AC_CV_NAME
ifelse([$2], , AC_CV_NAME=NotReallyAType, AC_CV_NAME=$2),
ifelse([$2], , AC_CV_NAME=NotReallyAType, AC_CV_NAME=$2),
ifelse([$3], , AC_CV_NAME=NotReallyATypeCross, AC_CV_NAME=$3))]) dnl
ifelse([$3], , AC_CV_NAME=NotReallyATypeCross, AC_CV_NAME=$3))]) dnl
AC_MSG_RESULT($AC_CV_NAME)
AC_MSG_RESULT($AC_CV_NAME)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment