~ubuntu-branches/ubuntu/oneiric/luatex/oneiric

« back to all changes in this revision

Viewing changes to source/texk/web2c/lib/win32main.c

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2009-10-22 02:16:43 UTC
  • mfrom: (1.1.8 upstream) (4.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091022021643-hvoq5boj9y5q92ao
Tags: 0.40.6-1
* new upstream release (add Announce file)
* fix FTBFS due to new poppler version (Closes: #529331)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
/* The entry point: set up for reading the command line, which will
4
4
   happen in `topenin', then call the main body.  Public domain. */
5
5
 
6
 
extern TEXDLL void mainbody P1H(void);
7
 
extern TEXDLL void maininit P2H(int, string *);
 
6
extern TEXDLL void mainbody (void);
 
7
extern TEXDLL void maininit (int, string *);
8
8
 
9
9
int
10
 
main P2C(int, ac,  string *, av)
 
10
main (int ac, string *av)
11
11
{
12
12
#ifdef __EMX__
13
13
  _wildcard (&ac, &av);