Thread Previous • Date Previous • Date Next • Thread Next |
Could we get ffc to be smarter about the header defines. For example if I compile a form from a different directory than the form file is in I get a "/" in the name. For example: #ifndef __NORMS/P4VECDIVL2_H #define __NORMS/P4VECDIVL2_H But I would prefer: #ifndef __P4VECDIVL_H #define __P4VECDIVL2_H or #ifndef __NORMS_P4VECDIVL2_H #define __NORMS_P4VECDIVL2_H
Thread Previous • Date Previous • Date Next • Thread Next |