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

Side by Side Diff: third_party/yasm/patched-yasm/frontends/tasm/tasm-options.h

Issue 11364046: Update Yasm to 1.2.0 (Yasm Part 1/3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 8 years, 1 month 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 /* $Id: tasm-options.h 1137 2004-09-04 01:24:57Z peter $ 1 /*
2 * Generic Options Support Header File 2 * Generic Options Support Header File
3 * 3 *
4 * Copyright (c) 2001 Stanislav Karchebny <berk@madfire.net> 4 * Copyright (c) 2001 Stanislav Karchebny <berk@madfire.net>
5 * 5 *
6 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions 7 * modification, are permitted provided that the following conditions
8 * are met: 8 * are met:
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
11 * 2. Redistributions in binary form must reproduce the above copyright 11 * 2. Redistributions in binary form must reproduce the above copyright
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 int parse_cmdline(int argc, char **argv, opt_option *options, size_t nopts, 60 int parse_cmdline(int argc, char **argv, opt_option *options, size_t nopts,
61 void (*print_error) (const char *fmt, ...)); 61 void (*print_error) (const char *fmt, ...));
62 62
63 /* display help message msg followed by list of options in options and followed 63 /* display help message msg followed by list of options in options and followed
64 * by tail 64 * by tail
65 */ 65 */
66 void help_msg(const char *msg, const char *tail, opt_option *options, 66 void help_msg(const char *msg, const char *tail, opt_option *options,
67 size_t nopts); 67 size_t nopts);
68 68
69 #endif 69 #endif
OLDNEW
« no previous file with comments | « third_party/yasm/patched-yasm/frontends/tasm/tasm.c ('k') | third_party/yasm/patched-yasm/frontends/tasm/tasm-options.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698