Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(626)

Delta Between Two Patch Sets: src/cmd/gc/go.h

Issue 5330066: code review 5330066: gc: add GOEXPERIMENT=os.Error (Closed)
Left Patch Set: Created 13 years, 4 months ago
Right Patch Set: diff -r 3c4a4158c858 https://go.googlecode.com/hg/ Created 13 years, 4 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | src/cmd/gc/lex.c » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 // Copyright 2009 The Go Authors. All rights reserved. 1 // Copyright 2009 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style 2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file. 3 // license that can be found in the LICENSE file.
4 4
5 #include <bio.h> 5 #include <bio.h>
6 6
7 #undef OAPPEND 7 #undef OAPPEND
8 8
9 // avoid <ctype.h> 9 // avoid <ctype.h>
10 #undef isblank 10 #undef isblank
(...skipping 834 matching lines...) Expand 10 before | Expand all | Expand 10 after
845 845
846 EXTERN char* hunk; 846 EXTERN char* hunk;
847 EXTERN int32 nhunk; 847 EXTERN int32 nhunk;
848 EXTERN int32 thunk; 848 EXTERN int32 thunk;
849 849
850 EXTERN int funcdepth; 850 EXTERN int funcdepth;
851 EXTERN int typecheckok; 851 EXTERN int typecheckok;
852 EXTERN int compiling_runtime; 852 EXTERN int compiling_runtime;
853 853
854 EXTERN int rune32; 854 EXTERN int rune32;
855 EXTERN int oserror;
855 856
856 /* 857 /*
857 * y.tab.c 858 * y.tab.c
858 */ 859 */
859 int yyparse(void); 860 int yyparse(void);
860 861
861 /* 862 /*
862 * align.c 863 * align.c
863 */ 864 */
864 int argsize(Type *t); 865 int argsize(Type *t);
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
1341 #pragma varargck type "P" Prog* 1342 #pragma varargck type "P" Prog*
1342 #pragma varargck type "Q" Bits 1343 #pragma varargck type "Q" Bits
1343 #pragma varargck type "R" int 1344 #pragma varargck type "R" int
1344 #pragma varargck type "S" Sym* 1345 #pragma varargck type "S" Sym*
1345 #pragma varargck type "lS" Sym* 1346 #pragma varargck type "lS" Sym*
1346 #pragma varargck type "T" Type* 1347 #pragma varargck type "T" Type*
1347 #pragma varargck type "lT" Type* 1348 #pragma varargck type "lT" Type*
1348 #pragma varargck type "V" Val* 1349 #pragma varargck type "V" Val*
1349 #pragma varargck type "Y" char* 1350 #pragma varargck type "Y" char*
1350 #pragma varargck type "Z" Strlit* 1351 #pragma varargck type "Z" Strlit*
LEFTRIGHT
« no previous file | src/cmd/gc/lex.c » ('j') | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b