Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Align Const, deleting code
Align Const, deleting code [message #1786337] Tue, 01 May 2018 11:11
Eclipse UserFriend
If I have the Align Const selected on the save action for my source code then
__attribute__ will be removed from source.

For example

/* Exception Table */
__attribute__ ((section(".vectors")))
const DeviceVectors exception_table =
{

On save becomes

/* Exception Table */
const DeviceVectors exception_table =
{

Now that caused me several hours of debugging....

Previous Topic:Align Const, deleting code
Next Topic:CDT Plugin-in Development
Goto Forum:
  


Current Time: Fri Jul 04 23:15:48 EDT 2025

Powered by FUDForum. Page generated in 0.02921 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top