Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
80008dc7
Commit
80008dc7
authored
Dec 07, 1996
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Formerly cpp.texi.~26~
From-SVN: r13226
parent
c2f006ec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gcc/cpp.texi
+2
-2
No files found.
gcc/cpp.texi
View file @
80008dc7
...
...
@@ -2330,7 +2330,7 @@ when you run @code{gcc} or @code{cpp}. @xref{Invocation}.
@findex
#
error
The
directive
@samp
{
#
error
}
causes
the
preprocessor
to
report
a
fatal
error
.
The
rest
of
the
line
that
follows
@samp
{
#
error
}
is
used
as
the
error
message
.
error
message
.
The
line
must
consist
of
complete
tokens
.
You
would
use
@samp
{
#
error
}
inside
of
a
conditional
that
detects
a
combination
of
parameters
which
you
know
the
program
does
not
properly
...
...
@@ -2340,7 +2340,7 @@ properly on a Vax, you might write
@smallexample
@group
#ifdef __vax__
#error
Won't work on Vaxen. See comments at get_last_object.
#error
"Won't work on Vaxen. See comments at get_last_object."
#endif
@end
group
@end
smallexample
...
...
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