| OLD | NEW |
| 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 Loading... |
| 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 |
| OLD | NEW |