Changeset 9519422 in buchla-68k for ram/sqscan.c
- Timestamp:
- 07/09/2017 05:08:52 PM (7 years ago)
- Branches:
- master
- Children:
- d10dbee
- Parents:
- 7848656
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ram/sqscan.c
r7848656 r9519422 81 81 return(FAILURE); 82 82 } 83 83 84 84 cval = spool; 85 85 … … 93 93 return(FAILURE); 94 94 } 95 95 96 96 cval = &spool[(int32_t)MAX_SE-1]; 97 97 … … 105 105 return(FAILURE); 106 106 } 107 107 108 108 return(SUCCESS); 109 109 } … … 408 408 tsp1->e_data1 = curgrp; 409 409 tsp1->e_data2 = aux1; 410 410 411 411 p_cur = e_ins(tsp1, ep_adj(p_cur, 0, t_cur))->e_fwd; 412 412 eh_ins(tsp1, EH_LOCN); … … 808 808 /* 809 809 810 */ 810 */ 811 811 if (CM_USTR("verbose")) { /* !verbose */ 812 812 … … 832 832 CM_OK; 833 833 } 834 834 835 835 if (CM_USTR("end")) { /* !end */ 836 836 … … 1010 1010 p_cur = ep_adj(p_cur, 0, (t_cur = noteon)); 1011 1011 1012 if (verbose) 1012 if (verbose) 1013 1013 printf("%8ld: Note %3d ON at %8ld, OFF at %8ld\n", 1014 1014 t_cur, notenum, noteon, noteoff);
Note:
See TracChangeset
for help on using the changeset viewer.