In other words, every reference such as:
#include <ace/foo.H>
needed to be converted to:
#include "ace/foo.H"
There were about two hundred of them spread across 430 files.
Ah, the power of regex:
sed -i '/^#include <ace/s/[<>]/"/g' *.cpp
#include <ace/foo.H>
#include "ace/foo.H"
sed -i '/^#include <ace/s/[<>]/"/g' *.cpp
int main()
{
for (int i = 0; i < 5; i++) {
// Do something
}
for (int i = 0; i < 5; i++) {
// Do something else
}
return 0;
}
But making a change won't be easy: gay-rights advocates have seen a troubling signal from the Pentagon. Massachusetts Rep. Martin Meehan and the American Psychiatric Association complained last June when they learned the military's disability policy classified homosexuality as a mental disorder—something the APA stopped doing in 1973. Then the Pentagon quietly reclassified it in July. Last week Meehan and the APA complained once more: homosexuality has now been grouped with other "conditions, circumstances and defects" like bed-wetting, repeated venereal-disease infections and obesity. The reclassification is "even worse," says Aaron Belkin, who studies gays in the military at the University of California, Santa Barbara. "Now [homosexuality] is explicitly deemed to be a defect." Pentagon spokeswoman Cynthia Smith says the Defense Department does "not think homosexuality is a mental illness" and says the classification could be re-examined.