~ubuntu-branches/ubuntu/vivid/gcl/vivid

« back to all changes in this revision

Viewing changes to o/firstfile.c

  • Committer: Package Import Robot
  • Author(s): Camm Maguire
  • Date: 2014-04-21 14:09:37 UTC
  • mfrom: (13.1.109 sid)
  • Revision ID: package-import@ubuntu.com-20140421140937-dlz68m10fzssuhbv
Tags: 2.6.10-8
2.6.11preĀ testĀ 7

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
#include "config.h"
23
23
 
24
 
#ifdef _WIN32
25
24
/* See comments in lastfile.c.  */
26
25
char my_begdata[] = "Beginning of Emacs initialized data";
27
26
char my_begbss[1];  /* Do not initialize this variable.  */
33
32
extern int initialized;
34
33
static int * dummy = &initialized;
35
34
#endif
36
 
#endif