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

Side by Side Diff: third_party/yasm/patched-yasm/libyasm/symrec.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 /** 1 /**
2 * \file libyasm/symrec.h 2 * \file libyasm/symrec.h
3 * \brief YASM symbol table interface. 3 * \brief YASM symbol table interface.
4 * 4 *
5 * \rcs
6 * $Id: symrec.h 2130 2008-10-07 05:38:11Z peter $
7 * \endrcs
8 *
9 * \license 5 * \license
10 * Copyright (C) 2001-2007 Michael Urman, Peter Johnson 6 * Copyright (C) 2001-2007 Michael Urman, Peter Johnson
11 * 7 *
12 * Redistribution and use in source and binary forms, with or without 8 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions 9 * modification, are permitted provided that the following conditions
14 * are met: 10 * are met:
15 * - Redistributions of source code must retain the above copyright 11 * - Redistributions of source code must retain the above copyright
16 * notice, this list of conditions and the following disclaimer. 12 * notice, this list of conditions and the following disclaimer.
17 * - Redistributions in binary form must reproduce the above copyright 13 * - Redistributions in binary form must reproduce the above copyright
18 * notice, this list of conditions and the following disclaimer in the 14 * notice, this list of conditions and the following disclaimer in the
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 424
429 /** Print a symbol. For debugging purposes. 425 /** Print a symbol. For debugging purposes.
430 * \param f file 426 * \param f file
431 * \param indent_level indentation level 427 * \param indent_level indentation level
432 * \param sym symbol 428 * \param sym symbol
433 */ 429 */
434 YASM_LIB_DECL 430 YASM_LIB_DECL
435 void yasm_symrec_print(const yasm_symrec *sym, FILE *f, int indent_level); 431 void yasm_symrec_print(const yasm_symrec *sym, FILE *f, int indent_level);
436 432
437 #endif 433 #endif
OLDNEW
« no previous file with comments | « third_party/yasm/patched-yasm/libyasm/strsep.c ('k') | third_party/yasm/patched-yasm/libyasm/symrec.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698