mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 20:48:21 +02:00
10 lines
295 B
C
10 lines
295 B
C
/* This file is part of the software similarity tester SIM.
|
|
Written by Dick Grune, Vrije Universiteit, Amsterdam.
|
|
$Id: pass2.h,v 1.2 1998/01/21 14:27:58 dick Exp $
|
|
*/
|
|
|
|
/* Determines for each position that is part of a run, at which
|
|
line number it starts and ends.
|
|
*/
|
|
extern void Pass2(void);
|