bsd compatibility mods
[goodguy/history.git] / cinelerra-5.1 / libzmpeg3 / audio / synthesizers.C
index d22d4c16c73a129292fcd4fc6f2d379313440f26..69c1b1c51dc1e0b8cf8441a63c1a159d8cde2495 100644 (file)
@@ -6,7 +6,7 @@ int zaudio_decoder_layer_t::
 synth_stereo(float *bandPtr, int channel, float *out, int *pnt)
 {
   float *samples = out + *pnt;
-  register float sum;
+  float sum;
   float *b0, (*buf)[0x110];
   int j, bo1;