Changeset 5192:4237437ca526 in roaraudio for roard/sample.c


Ignore:
Timestamp:
10/23/11 03:04:21 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

declare some stuff 'extern', this saves like 5.3KB of diskspace in plugin files and make them more resistant against changes in roard

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/sample.c

    r5162 r5192  
    2525 
    2626#include "roard.h" 
     27 
     28// declared 'extern' 
     29struct roar_sample * g_samples[ROAR_SAMPLES_MAX]; 
    2730 
    2831int samples_init      (void) { 
Note: See TracChangeset for help on using the changeset viewer.