Skip to content

Commit

Permalink
remove pragma marks
Browse files Browse the repository at this point in the history
  • Loading branch information
v7b1 committed Apr 8, 2022
1 parent bd501f0 commit 9cb3bf6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/projects/fiddle_tilde/fiddle_tilde.c
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,7 @@ int sigfiddle_doinit(t_sigfiddle *x, long npoints, long npitch,
/* formalities for FTS1.X */

#ifdef FTS1X
#pragma mark FTS code -----------------------------
//#pragma mark FTS code -----------------------------

void sigfiddle_debug13(fts_object_t *o, int winlet, fts_symbol_t *s, int ac, const fts_atom_t *at)
{
Expand Down Expand Up @@ -1345,7 +1345,7 @@ fts_module_t fiddle_module =
#endif /* FTS1X */

#ifdef PD
#pragma mark PD code --------------------------------
//#pragma mark PD code --------------------------------

static t_int *fiddle_perform(t_int *w)
{
Expand Down Expand Up @@ -1485,7 +1485,7 @@ void fiddle_setup(void)
#endif /* PD */

#ifdef MAX26
#pragma mark MAX26 code ----------------------------
//#pragma mark MAX26 code ----------------------------

void cu_fiddle(float *in1, t_sigfiddle *x, int n)
{
Expand Down Expand Up @@ -1589,7 +1589,7 @@ void fiddle_setup()

#endif /* MAX26 */

#pragma mark MaxMSP Code ----------------------------
//#pragma mark MaxMSP Code ----------------------------

#ifdef MSP

Expand Down Expand Up @@ -1888,4 +1888,4 @@ void msp_fft(float *buf, long np, long inv)
}
}

#endif /* MSP */
#endif /* MSP */

0 comments on commit 9cb3bf6

Please sign in to comment.