~ubuntu-branches/ubuntu/lucid/perl-tk/lucid

« back to all changes in this revision

Viewing changes to pTk/mTk/generic/tkEntry.c

  • Committer: Bazaar Package Importer
  • Author(s): Colin Tuckley
  • Date: 2008-02-15 13:56:59 UTC
  • mfrom: (1.1.3 upstream) (4.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20080215135659-ru2oqlykuju20fav
Tags: 1:804.028-1
* New Upstream Release (Closes: #463080).
* Update to Debhelper v5.
* Build with XFT=1 (Closes: #411129).

Show diffs side-by-side

added added

removed removed

Lines of Context:
3371
3371
 *--------------------------------------------------------------
3372
3372
 */
3373
3373
 
 
3374
#ifndef _LANG
3374
3375
static int
3375
3376
EntryValidate(entryPtr, cmd, string)
3376
3377
     register Entry *entryPtr;  /* Entry that needs validation. */
3410
3411
    Tcl_SetResult(interp, NULL, 0);
3411
3412
    return (bool ? TCL_OK : TCL_BREAK);
3412
3413
}
 
3414
#endif
3413
3415
 
3414
3416
/*
3415
3417
 *--------------------------------------------------------------