Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(237)

Side by Side Diff: src/trusted/validator_ragel/unreviewed/gen-decoder.C

Issue 9348082: Move unreviewed files to unreviewed subdirectory (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2012 The Native Client Authors. All rights reserved. 2 * Copyright (c) 2012 The Native Client Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 #include <fcntl.h> 7 #include <fcntl.h>
8 #include <getopt.h> 8 #include <getopt.h>
9 #include <libgen.h> 9 #include <libgen.h>
10 #include <libintl.h> 10 #include <libintl.h>
(...skipping 2413 matching lines...) Expand 10 before | Expand all | Expand 10 after
2424 2424
2425 fprintf(out_file, "\n one_instruction ="); 2425 fprintf(out_file, "\n one_instruction =");
2426 2426
2427 print_one_instruction_definition(); 2427 print_one_instruction_definition();
2428 2428
2429 fprintf(out_file, ");\n" 2429 fprintf(out_file, ");\n"
2430 "}%%%%\n" 2430 "}%%%%\n"
2431 ""); 2431 "");
2432 return 0; 2432 return 0;
2433 } 2433 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698