[BACK]Return to FlexLexer.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / lex

Diff for /src/usr.bin/lex/FlexLexer.h between version 1.4 and 1.5

version 1.4, 2001/06/17 07:30:42 version 1.5, 2003/06/04 17:34:44
Line 12 
Line 12 
 // Kent Williams and Tom Epperly.  // Kent Williams and Tom Epperly.
 //  //
 // Redistribution and use in source and binary forms, with or without  // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that: (1) source distributions  // modification, are permitted provided that the following conditions
 // retain this entire copyright notice and comment, and (2) distributions  // are met:
 // including binaries display the following acknowledgement:  ``This product  //
 // includes software developed by the University of California, Berkeley  // 1. Redistributions of source code must retain the above copyright
 // and its contributors'' in the documentation or other materials provided  //    notice, this list of conditions and the following disclaimer.
 // with the distribution and in all advertising materials mentioning  // 2. Redistributions in binary form must reproduce the above copyright
 // features or use of this software. Neither the name of the University nor  //    notice, this list of conditions and the following disclaimer in the
 // the names of its contributors may be used to endorse or promote products  //    documentation and/or other materials provided with the distribution.
 // derived from this software without specific prior written permission.  //
 // THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED  // Neither the name of the University nor the names of its contributors
 // WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF  // may be used to endorse or promote products derived from this software
 // MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  // without specific prior written permission.
   //
   // THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
   // IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   // WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   // PURPOSE.
   
 // This file defines FlexLexer, an abstract class which specifies the  // This file defines FlexLexer, an abstract class which specifies the
 // external interface provided to flex C++ lexer objects, and yyFlexLexer,  // external interface provided to flex C++ lexer objects, and yyFlexLexer,

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5