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

Side by Side Diff: third_party/yasm/patched-yasm/libyasm/bitvect.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: bitvect.h 2101 2008-05-23 06:46:51Z peter $ */
2
3 #ifndef YASM_BITVECT_H 1 #ifndef YASM_BITVECT_H
4 #define YASM_BITVECT_H 2 #define YASM_BITVECT_H
5 /*****************************************************************************/ 3 /*****************************************************************************/
6 /* MODULE NAME: BitVector.h MODULE TYPE: (adt) */ 4 /* MODULE NAME: BitVector.h MODULE TYPE: (adt) */
7 /*****************************************************************************/ 5 /*****************************************************************************/
8 /* MODULE IMPORTS: */ 6 /* MODULE IMPORTS: */
9 /*****************************************************************************/ 7 /*****************************************************************************/
10 8
11 /* ToolBox.h */ 9 /* ToolBox.h */
12 /*****************************************************************************/ 10 /*****************************************************************************/
(...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after
659 /* */ 657 /* */
660 /* You should have received a copy of the GNU Library General Public */ 658 /* You should have received a copy of the GNU Library General Public */
661 /* License along with this library; if not, write to the */ 659 /* License along with this library; if not, write to the */
662 /* Free Software Foundation, Inc., */ 660 /* Free Software Foundation, Inc., */
663 /* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ 661 /* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
664 /* */ 662 /* */
665 /* or download a copy from ftp://ftp.gnu.org/pub/gnu/COPYING.LIB-2.0 */ 663 /* or download a copy from ftp://ftp.gnu.org/pub/gnu/COPYING.LIB-2.0 */
666 /* */ 664 /* */
667 /*****************************************************************************/ 665 /*****************************************************************************/
668 #endif 666 #endif
OLDNEW
« no previous file with comments | « third_party/yasm/patched-yasm/libyasm/bc-reserve.c ('k') | third_party/yasm/patched-yasm/libyasm/bitvect.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698