~ubuntu-branches/ubuntu/vivid/tin/vivid

« back to all changes in this revision

Viewing changes to src/thread.c

  • Committer: Package Import Robot
  • Author(s): Marco d'Itri
  • Date: 2012-01-06 15:04:11 UTC
  • mfrom: (1.2.17)
  • Revision ID: package-import@ubuntu.com-20120106150411-vftxaked1sscxt1t
Tags: 1:2.1.0-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 *  Module    : thread.c
4
4
 *  Author    : I. Lea
5
5
 *  Created   : 1991-04-01
6
 
 *  Updated   : 2011-01-29
 
6
 *  Updated   : 2011-11-04
7
7
 *  Notes     :
8
8
 *
9
 
 * Copyright (c) 1991-2011 Iain Lea <iain@bricbrac.de>
 
9
 * Copyright (c) 1991-2012 Iain Lea <iain@bricbrac.de>
10
10
 * All rights reserved.
11
11
 *
12
12
 * Redistribution and use in source and binary forms, with or without
387
387
        char key[MAXKEYLEN];
388
388
        char mark[] = { '\0', '\0' };
389
389
        int i, n;
390
 
        long old_artnum = 0L;
 
390
        t_artnum old_artnum = T_ARTNUM_CONST(0);
391
391
        t_bool repeat_search;
392
392
        t_function func;
393
393