~ubuntu-branches/ubuntu/karmic/coccinelle/karmic

« back to all changes in this revision

Viewing changes to tests/parsing_pad.c

  • Committer: Bazaar Package Importer
  • Author(s): Євгеній Мещеряков
  • Date: 2009-05-11 15:32:24 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090511153224-1odv41d4dkr3y80v
Tags: 0.1.8.deb-2
Use common install Makefile target for both native and bytecode
build. This hopefully fixes FTBFS on bytecode archs 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifdef SIGALRM
 
2
#if defined(__STDC__) || defined(sgi) || defined(_AIX)
 
3
#define SIGRETTYPE void*
 
4
#else
 
5
#define SIGRETTYPE int*
 
6
#endif
 
7
 
 
8
 
 
9
SIGRETTYPE foo(void) 
 
10
{
 
11
        void x;
 
12
 
 
13
        int x$y;
 
14
}