| Subject: | [svn:parrot] r35139 - trunk/languages/befunge |
|---|---|
| From: | |
| Date: | Wed, 7 Jan 2009 09:26:56 -0800 PST |
| Newsgroups: | perl.cvs.parrot |
Author: jquelin
Date: Wed Jan 7 09:26:56 2009
New Revision: 35139
Modified:
trunk/languages/befunge/load.pir
Log:
and the playfield is 25 lines long, not 23
Modified: trunk/languages/befunge/load.pir
==============================================================================
--- trunk/languages/befunge/load.pir (original)
+++ trunk/languages/befunge/load.pir Wed Jan 7 09:26:56 2009
@@ -35,7 +35,7 @@
# end of file, but not enough lines
LOAD__EOF:
- missing = 24 - noline
+ missing = 26 - noline
LOAD__FILL_EMPTY_LINE:
line = _load__fit_str_to_80('')
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [svn:parrot] r35138 - branches/rvar2/languages/perl6/t/pmc, pmichaud |
|---|---|
| Next by Date: | [svn:parrot] r35140 - trunk/languages/perl6/config/makefiles, particle |
| Previous by Thread: | [svn:parrot] r35138 - branches/rvar2/languages/perl6/t/pmc, pmichaud |
| Next by Thread: | [svn:parrot] r35140 - trunk/languages/perl6/config/makefiles, particle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |