]> granicus.if.org Git - yasm/commit
Split yasm_parser_nasm structure out to separate header.
authorPeter Johnson <peter@tortall.net>
Tue, 19 Jan 2010 06:56:08 +0000 (06:56 -0000)
committerPeter Johnson <peter@tortall.net>
Tue, 19 Jan 2010 06:56:08 +0000 (06:56 -0000)
commitd965ef7d7a7df127821ae2a49e0a2a710db32a54
treeab9f2fb3852f3d22022a501ac233e18493d15ed6
parentd61b43941d00c04622764cf75bdd0824654496d7
Split yasm_parser_nasm structure out to separate header.

This is needed so that other parsers can get access to this structure without
naming conflicts.

Contributed by: Alexei Svitkine

svn path=/trunk/yasm/; revision=2276
modules/parsers/nasm/nasm-parser-struct.h [new file with mode: 0644]
modules/parsers/nasm/nasm-parser.h