Hello
 
I frequently write / edit C code that has embedded SQL (used within an Ingres system).  The embedded SQL contains many colons, like:
 
int x;
printf("before embedded sql");
 
exec sql select junk
             into :x
             from sometable
             where column = :col;
 
printf("after sql");
 
The colons mess up the indentation.  Does any one know of a mode or setting that would be helpful?
 
Thanks in advance!
 
Kevin Dziulko


Do you Yahoo!?
Yahoo! Search - Find what you’re looking for faster.