help-gnu-emacs
[Top][All Lists]
Advanced

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

C with embedded SQL


From: Kevin Dziulko
Subject: C with embedded SQL
Date: Tue, 9 Mar 2004 05:06:35 -0800 (PST)

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.
reply via email to

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