~ubuntu-branches/ubuntu/precise/psicode/precise

« back to all changes in this revision

Viewing changes to src/lib/libipv1/y.tab.lcl

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2006-09-10 14:01:33 UTC
  • Revision ID: james.westby@ubuntu.com-20060910140133-ib2j86trekykfsfv
Tags: upstream-3.2.3
ImportĀ upstreamĀ versionĀ 3.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifndef _TMPL_H
 
3
#  include <libipv1/tmpl.h>
 
4
#endif
 
5
#ifdef LOCAL_HEADER_USED
 
6
/* #  error included two local headers */#else
 
7
#  define LOCAL_HEADER_USED
 
8
#endif
 
9
#ifndef LOCAL_STORAGE_CLASS
 
10
#  define LOCAL_STORAGE_CLASS static
 
11
#endif
 
12
#ifndef LOCAL_FUNCTION
 
13
#  define LOCAL_FUNCTION LOCAL_STORAGE_CLASS
 
14
#endif
 
15
#ifndef LOCAL_VA_FUNCTION
 
16
#  define LOCAL_VA_FUNCTION LOCAL_STORAGE_CLASS
 
17
#endif