dgsmith_50 has asked for the wisdom of the Perl Monks concerning the following question:
I found a script at the location below, but it does not appear to handle complex statements such as:#ifdef BCS_GFSK_TRACKING_HW_FIX // The following is HWWA for BR freq tracking switch ( logicalConnInfo ) { case BCS_LINKTYPE_ACL_MDR: case BCS_LINKTYPE_ESCO_MDR: { REG32(dcOffEstCtrl5_adr) &= ~(((UINT32)1) << TRACK_GFSK_FR +EQ_MASK_OFFSET); break; } default: { REG32(dcOffEstCtrl5_adr) |= (((UINT32)1) << TRACK_GFSK_FRE +Q_MASK_OFFSET); break; } } #endif
http://software.hixie.ch/utilities/unix/preprocessor/#if (defined(BCM20702) || defined(BCM20733)) && !defined(FPGA_BD_2 +045)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: C code pre-processor
by educated_foo (Vicar) on Feb 03, 2012 at 17:04 UTC | |
|
Re: C code pre-processor
by Khen1950fx (Canon) on Feb 03, 2012 at 18:39 UTC | |
by educated_foo (Vicar) on Feb 03, 2012 at 19:52 UTC | |
by dgsmith_50 (Initiate) on Feb 13, 2012 at 19:23 UTC | |
by educated_foo (Vicar) on Feb 14, 2012 at 03:15 UTC | |
|
Re: C code pre-processor
by roboticus (Chancellor) on Feb 03, 2012 at 20:46 UTC |