bug-indent
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-indent] FW: indent 2.2.8a changes


From: Sayre, Alan N.
Subject: [Bug-indent] FW: indent 2.2.8a changes
Date: Wed, 14 Aug 2002 13:35:24 -0400



-----Original Message-----
From:   Sayre, Alan N.
Sent:   Tuesday, August 13, 2002 9:30 PM
To:     'address@hidden'
Subject:        indent 2.2.8a changes

I made a number of small edits to get indent to compile on my WIN NT 4.0 machine with VC++ 6.0.

The revised source are attached with a new *.dsp. Standard diff will show the file differences. The primary file changed was io.h. I added missing files. I recommend that this file be renamed so as not to conflict with "standard" system headers.

I would like to have the pointer symbol immediately after the typedef, ex.

extern int
myfunc (int* i);

instead of

extern int
myfunc (int *i);

Is there any way to control this? The logic (not necessarily mine) is that the pointer belongs to the type name the variable.

Thanks,

Alan

<<indent.dsp>> <<io.h>> <<output.c>> <<indent.c>>


Alan N. Sayre
McDermott Technology, Inc.
1562 Beeson St.
Alliance, OH 44601-2196
phone 1-330-829-7749
fax      1-330-829-7334
e-mail address@hidden

Attachment: indent.dsp
Description: Binary data

Attachment: io.h
Description: Binary data

Attachment: output.c
Description: Binary data

Attachment: indent.c
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]