Changeset 178
- Timestamp:
- 10/25/02 00:10:01 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/j/LispFormatter.java
r163 r178 3 3 * 4 4 * Copyright (C) 1998-2002 Peter Graves 5 * $Id: LispFormatter.java,v 1. 3 2002-10-18 23:47:32piso Exp $5 * $Id: LispFormatter.java,v 1.4 2002-10-25 00:10:01 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 94 94 c = text.charAt(i+1); 95 95 if (c == '#') { 96 i += 2; 96 97 endToken(text, i, state); 97 98 state = STATE_NEUTRAL; 98 i += 2;99 99 continue; 100 100 }
Note: See TracChangeset
for help on using the changeset viewer.