File: error_line_number_3.pas

package info (click to toggle)
pasdoc 0.16.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 33,572 kB
  • sloc: pascal: 28,894; javascript: 7,665; xml: 2,597; makefile: 523; sh: 417
file content (34 lines) | stat: -rw-r--r-- 1,058 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{ Of course this unit is invalid, definition of InvalidConstant
  is suddenly truncated. So pasdoc should raise an error.

  But it's important on what line error is raisen.
  A previous bug caused the line to be "error_line_number_3.pas(13)",
  i.e. line number was not affected by dummy
  "function gtk_check_menu_item_get_active(" lines. }

unit error_line_number_3;

interface

{$ifdef NOT_DEFINED}
function gtk_check_menu_item_get_active(
function gtk_check_menu_item_get_active(
function gtk_check_menu_item_get_active(
function gtk_check_menu_item_get_active(
function gtk_check_menu_item_get_active(
function gtk_check_menu_item_get_active(
function gtk_check_menu_item_get_active(
function gtk_check_menu_item_get_active(
function gtk_check_menu_item_get_active(
function gtk_check_menu_item_get_active(
function gtk_check_menu_item_get_active(
function gtk_check_menu_item_get_active(
function gtk_check_menu_item_get_active(
function gtk_check_menu_item_get_active(
function gtk_check_menu_item_get_active(
{$endif}

const
  InvalidConstant:

end.