dgibson / dtc

Device Tree Compiler
219 stars 130 forks source link

libfdt: use modern include guards #101

Closed axel-h closed 1 year ago

a3f commented 1 year ago

#pragma once is a non-standard extension. I think you need a better rationale why this change should be accepted.

dgibson commented 1 year ago

Right, I'm afraid I've never even heard of these so called "modern guards". I'm not willing to use a pragma for this.