rev 208 - trunk/pr
SVN User <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: bcollins
Date: 2004-03-30 08:50:37 -0500 (Tue, 30 Mar 2004)
New Revision: 208
Modified:
trunk/pr/bugreport.pr
Log:
Update exec/eol-style props.
Modified: trunk/pr/bugreport.pr
===================================================================
--- trunk/pr/bugreport.pr 2004-03-30 13:46:08 UTC (rev 207)
+++ trunk/pr/bugreport.pr 2004-03-30 13:50:37 UTC (rev 208)
@@ -1,12 +1,12 @@
-#!/usr/local/bin/prothon
-
-def findall(r,s):
- result=[]
- def foundone(mo):
- &result.append!(mo.group())
- return ''
- r.sub(foundone, s)
- return result
-
-re = XXX.compile("m..k")
-
+#!/usr/local/bin/prothon
+
+def findall(r,s):
+ result=[]
+ def foundone(mo):
+ &result.append!(mo.group())
+ return ''
+ r.sub(foundone, s)
+ return result
+
+re = XXX.compile("m..k")
+
Property changes on: trunk/pr/bugreport.pr
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:eol-style
+ native