~ubuntu-branches/ubuntu/karmic/gcin/karmic

« back to all changes in this revision

Viewing changes to intcode.c

  • Committer: Bazaar Package Importer
  • Author(s): Wen-Yen Chuang
  • Date: 2008-05-20 14:57:12 UTC
  • mfrom: (1.1.9 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080520145712-tukl1jc8mb5s9gxh
Tags: 1.4.0-1
* New upstream release
  This release fixes FTBFS on ia64 architecture. (Closes: #480520)
* Update copyright information
* Migrate from dpatch to quilt
  Drop 20_fix-manpages.dpatch and 40_fix_FTBFS_on_sparc_hppa_ia64.dpatch
  because upstream has merged them.
* Install AUTHORS file to /usr/share/doc/gcin

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
        Copyright (C) 1994      Edward Der-Hua Liu, Hsin-Chu, Taiwan
 
2
        Copyright (C) 1994-2008 Edward Der-Hua Liu, Hsin-Chu, Taiwan
3
3
*/
4
4
 
5
5
#define InAreaX (0)
13
13
static int cin;
14
14
 
15
15
void create_win_intcode();
16
 
void init_inter_code(int usenow)
 
16
void init_inter_code()
17
17
{
18
18
  cin=0;
19
19
  create_win_intcode();