Author: kjs Date: Sun Feb 24 11:00:37 2008 New Revision: 26047 Modified: trunk/languages/bf/bfco.pir
Log: [bf] change .Type into 'Type' Modified: trunk/languages/bf/bfco.pir ============================================================================== --- trunk/languages/bf/bfco.pir (original) +++ trunk/languages/bf/bfco.pir Sun Feb 24 11:00:37 2008 @@ -53,7 +53,7 @@ # Initialise code = "# Code generated by bfco.pir\n" # concat code, "trace 1\n" - concat code, "new P0, .ResizableIntegerArray # memory\n" + concat code, "new P0, 'ResizableIntegerArray' # memory\n" # this array doesn't support negative indices properly # start with some offset concat code, "getstdout P30\n"
