[BACK]Return to scan.l CVS log [TXT][DIR] Up to [local] / src / usr.bin / bc

Diff for /src/usr.bin/bc/scan.l between version 1.22 and 1.23

version 1.22, 2008/12/15 19:46:29 version 1.23, 2009/10/27 23:59:36
Line 17 
Line 17 
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.   * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */   */
   
 #ifndef lint  
 static const char rcsid[] = "$OpenBSD$";  
 #endif /* not lint */  
   
 #include <err.h>  #include <err.h>
 #include <signal.h>  #include <signal.h>
 #include <stdbool.h>  #include <stdbool.h>

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23