|
Thomas Raddatz <thomas.raddatz@xxxxxx>imported!
02-11-2016 08:30
[WDSCI-L] Importing C source into i Projects drops curly brackets
Hi,
Here is another strange thing that happened today with RDi 9.5.1:
When I import a C source member from a source file with CCSID 273
(ccsid does not actually matter), then all curly brackets are not
So the following snippet:
// -------------------------------------------------------
// Open a Record File for I/O Operations
// -------------------------------------------------------
_RFILE * C_Ropen(const char * filename, const char * mode)
{
_RFILE *fp;
fp = _Ropen( filename, mode);
return fp;
}
// -------------------------------------------------------
Is imported as:
// -------------------------------------------------------
// Open a Record File for I/O Operations
// -------------------------------------------------------
_RFILE * C_Ropen(const char * filename, const char * mode)
_RFILE *fp;
fp = _Ropen( filename, mode);
return fp;
// -------------------------------------------------------
Any ideas?
Thomas.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.