~ubuntu-branches/ubuntu/trusty/mit-scheme/trusty-proposed

« back to all changes in this revision

Viewing changes to src/swat/c/tk3.2-custom/tkWindow.c

  • Committer: Bazaar Package Importer
  • Author(s): Chris Hanson
  • Date: 2010-03-10 02:00:45 UTC
  • mfrom: (1.1.7 upstream) (3.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100310020045-4np1y3ro6sk2oz92
Tags: 9.0.1-1
* New upstream.
* debian/watch: Fix, previous version was broken.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 * express or implied warranty.
31
31
 */
32
32
 
33
 
#ifndef lint
34
 
static char rcsid[] = "$Id: tkWindow.c,v 1.2 2002/11/27 02:09:00 cph Exp $ SPRITE (Berkeley)";
35
 
#endif
36
 
 
37
33
#include "tkConfig.h"
38
34
#include "tkInt.h"
39
35