Displaying 1 result from an estimated 1 matches for "708,77".
Did you mean:
708,7
2000 Feb 08
1
DEC cc doesn't like c++ comments (PR#416)
...X;
+ dest[j++]
+ = (unsigned short)(CONTROL_CODE | C_RIGHT_RADICAL_SHIFT);
+
+ continue; /* back to top of while loop */
+ }
+ }
+#endif
/* Attempt to parse as a font-change command, i.e. as one of the
macros \f0, \f1, \f2, etc., or \fP. \fR, \fI, \fB are the
@@ -708,77 +710,78 @@
/* PAUL MURRELL
won't handle font commands
*/
- // if (esc[0] == 'f' && ((esc[1] >= '0' && esc[1] <= '9')
- // || esc[1] == 'P' || esc[1] == 'R'
- // || esc[1] == 'I' || esc[1] == 'B...