~bkerensa/ubuntu/raring/yasm/fix-for-1064341

« back to all changes in this revision

Viewing changes to libyasm/parser.h

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hocevar
  • Date: 2009-07-14 08:23:59 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090714082359-10x8mjty41gzkshs
Tags: 0.8.0-1
* New upstream release (Closes: #531047).
* Removed all tasm patches, they’ve been merged upstream.
* debian/control: set debhelper dependency to 5.0 and policy to 3.8.2.
* debian/control: mention TASM in the long description.
* debian/compat: set debhelper level to 5.
* debian/links: link tasm to ytasm and tasm.1.gz to ytasm.1.gz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 * \brief YASM parser module interface.
4
4
 *
5
5
 * \rcs
6
 
 * $Id: parser.h 1966 2007-09-20 03:54:36Z peter $
 
6
 * $Id: parser.h 2082 2008-05-09 06:46:02Z peter $
7
7
 * \endrcs
8
8
 *
9
9
 * \license
51
51
    /** Default preprocessor. */
52
52
    const char *default_preproc_keyword;
53
53
 
 
54
    /** NULL-terminated list of standard macro lookups.  NULL if none. */
 
55
    const yasm_stdmac *stdmacs;
 
56
 
54
57
    /** Parse a source file into an object.
55
58
     * \param object    object to parse into (already created)
56
59
     * \param pp        preprocessor