svn commit: lorikeet r571 - in trunk/heimdal/lib/asn1: .

lha at samba.org lha at samba.org
Sat Oct 7 14:30:20 GMT 2006


Author: lha
Date: 2006-10-07 14:30:18 +0000 (Sat, 07 Oct 2006)
New Revision: 571

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=571

Log:
merge build fixes from heimdal cvs 20061008
Modified:
   trunk/heimdal/lib/asn1/lex.l


Changeset:
Modified: trunk/heimdal/lib/asn1/lex.l
===================================================================
--- trunk/heimdal/lib/asn1/lex.l	2006-10-07 13:03:48 UTC (rev 570)
+++ trunk/heimdal/lib/asn1/lex.l	2006-10-07 14:30:18 UTC (rev 571)
@@ -32,7 +32,7 @@
  * SUCH DAMAGE. 
  */
 
-/* $Id: lex.l,v 1.28 2006/10/01 17:36:38 lha Exp $ */
+/* $Id: lex.l,v 1.29 2006/10/07 14:04:05 lha Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
@@ -62,6 +62,7 @@
 %p 5000
 %a 5000
 %n 1000
+%o 10000
 
 %%
 ABSENT			{ return kw_ABSENT; }



More information about the samba-cvs mailing list