On Wed, May 14, 2014 at 02:44:26PM +0200, Jacob Erlbeck wrote:
Hi!
I started to use "#pragma once". It is supported by GCC for a long time and even the Microsoft Compiler handles it correctly.
Hmm, I just found that in only single file yet. I'm just traditionally reluctant with #pragma'a in general, but if we want to change the style I can change this accordingly.
I started to use "#pragma once" in the osmo-pcu. I highly encourage to use it for new files.