~ubuntu-branches/ubuntu/wily/oolite/wily-proposed

« back to all changes in this revision

Viewing changes to deps/Windows-x86-deps/JS32ECMAv5/include/jsautocfg.h

  • Committer: Package Import Robot
  • Author(s): Nicolas Boulenguez
  • Date: 2011-12-22 00:22:39 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20111222002239-pr3upeupp4jw1psp
Tags: 1.76-1
* New upstream.
* watch: scan upstream stable releases instead of dev snapshots.
* control: use default gobjc instead of explicit 4.6.
* rules: use dpkg-dev build flags.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef js_cpucfg___
 
2
#define js_cpucfg___
 
3
 
 
4
/* AUTOMATICALLY GENERATED - DO NOT EDIT */
 
5
 
 
6
#define IS_LITTLE_ENDIAN 1
 
7
#undef  IS_BIG_ENDIAN
 
8
 
 
9
#ifdef __hppa
 
10
# define JS_STACK_GROWTH_DIRECTION (1)
 
11
#else
 
12
# define JS_STACK_GROWTH_DIRECTION (-1)
 
13
#endif
 
14
#endif /* js_cpucfg___ */