OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [objc/] [compile/] [method-1.m] - Diff between revs 307 and 338

Only display areas with differences | Details | Blame | View Log

Rev 307 Rev 338
/* PR objc/29195 */
/* PR objc/29195 */
/* Test that array decls are changed to a pointer type
/* Test that array decls are changed to a pointer type
   correctly and make sure we don't crash because the
   correctly and make sure we don't crash because the
   decl was not relayed out.   */
   decl was not relayed out.   */
 
 
@ implementation NGActiveSocket
@ implementation NGActiveSocket
+ (void) socketPair:(int [2])
+ (void) socketPair:(int [2])
     _pair
     _pair
{
{
  _pair[0] = 0;
  _pair[0] = 0;
}
}
@end
@end
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.