MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / remember_label

Function remember_label

src/gpre/gpre.cpp:2718–2727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2716//
2717#ifdef GPRE_FORTRAN
2718static void remember_label(const TEXT* label_string)
2719{
2720 SLONG label = atoi(label_string);
2721 if (label < 8192)
2722 {
2723 const UCHAR target_byte = label & 7;
2724 label >>= 3;
2725 gpreGlob.fortran_labels[label] |= 1 << target_byte;
2726 }
2727}
2728#endif
2729
2730

Callers 1

get_tokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected