mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
Rename Borland C to C++ and update sLang
Rename db/LX/compiler_Borland_C.4.sg to db/LX/compiler_Borland_C++.4.sg and update the detect() function to set sLang from "C/C++" to "C++". This adjusts the file/name to explicitly represent the C++ compiler and aligns the language identifier accordingly; no other functional changes.
This commit is contained in:
parent
b0f6c22d8d
commit
bb3351fdbb
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ function detect() {
|
|||
|
||||
bDetected = bDetected || Boolean(sVersion) || Boolean(sOptions);
|
||||
|
||||
sLang = "C/C++";
|
||||
sLang = "C++";
|
||||
|
||||
return result();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue