Sophie

Sophie

distrib > Mandriva > 9.1 > i586 > by-pkgid > 3c88344d1f3d15057277d028d0022277 > files > 903

swig-1.3.11-4mdk.i586.rpm

/* This interface file checks whether the SWIG parser handles static
   array members of classes.  Bug reported by Annalisa Terracina
   <annalisa.terracina@datamat.it> on 2001-07-03. 
*/

%module static_array_member

%pragma no_default
class RB {
  static char *rberror[];
};