Fix handling of bad config
[pazpar2-moved-to-github.git] / src / record.c
index 723f170..080822f 100644 (file)
@@ -26,12 +26,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 #include <config.h>
 #endif
 
-//#define CONFIG_NOEXTERNS
 #include "pazpar2_config.h"
 #include "record.h"
 
-
-
 union data_types * data_types_assign(NMEM nmem, 
                                      union data_types ** data1, 
                                      union data_types data2)
@@ -187,7 +184,9 @@ union data_types * record_assign_sortkey(NMEM nmem,
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+