This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
fish-shell
Watch
2
Star
0
Fork
0
You've already forked fish-shell
mirror of
https://github.com/fish-shell/fish-shell.git
synced
2024-11-26 10:43:47 +08:00
Code
Issues
Actions
3
Packages
Projects
Releases
Wiki
Activity
cc54917efa
fish-shell
/
src
/
fish_version.h
3 lines
67 B
C
Raw
Normal View
History
Unescape
Escape
restyle fish modules to match project style Reduces lint errors from 60 to 60 (-0%). Line count from 5599 to 4925 (-12%). Another step in resolving issue #2902.
2016-05-01 09:37:19 +08:00
// Prototype for version receiver.
Shorten compilation times Now fish shell stores version is a small file called by other files. This means that a slight change which modifies one file won't cause many of files to recompile. The compilation unit is intentionally small, this is by design. The smaller it is, the faster it will recompile, and it will be compiled a lot.
2014-05-01 15:46:27 +08:00
const
char
*
get_fish_version
(
)
;
Reference in New Issue
Copy Permalink